22 lines
362 B
Markdown
22 lines
362 B
Markdown
# Tutus Ordered JSON
|
|
|
|
Ordered JSON serialization library for the Tutus blockchain.
|
|
|
|
## Overview
|
|
|
|
Provides deterministic JSON marshaling with preserved key ordering.
|
|
|
|
## Installation
|
|
|
|
```go
|
|
import "github.com/tutus-one/tutus-ordered-json"
|
|
```
|
|
|
|
## License
|
|
|
|
MIT License
|
|
|
|
---
|
|
|
|
Part of the [Tutus](https://github.com/tutus-one/tutus-chain) blockchain infrastructure.
|