https://github.com/montag451/go-ojson
Serialize and deserialize JSON values while preserving object keys order
https://github.com/montag451/go-ojson
deserialization go golang json marshalling ordered orderedmap serialization unmarshalling
Last synced: about 2 months ago
JSON representation
Serialize and deserialize JSON values while preserving object keys order
- Host: GitHub
- URL: https://github.com/montag451/go-ojson
- Owner: montag451
- License: mit
- Created: 2024-01-21T00:29:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T11:22:08.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:14:07.556Z (over 1 year ago)
- Topics: deserialization, go, golang, json, marshalling, ordered, orderedmap, serialization, unmarshalling
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description #
The `ojson` package provides several data types that can be used to
encode and decode JSON while preserving object keys order. The name
`ojson` stands for "Ordered JSON".
# Documentation #
You can find the documentation of the package [here](https://pkg.go.dev/github.com/montag451/go-ojson)