Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Serialize and deserialize JSON values while preserving object keys order

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)