An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.3% on proxy.golang.org
Top 6.1% forks on proxy.golang.org

proxy.golang.org : gitlab.com/c0b/go-ordered-json.git

Package ordered provided a type OrderedMap for use in JSON handling although JSON spec says the keys order of an object should not matter but sometimes when working with particular third-party proprietary code which has incorrect using the keys order, we have to maintain the object keys in the same order of incoming JSON object, this package is useful for these cases. Disclaimer: same as Go's default [map](https://blog.golang.org/go-maps-in-action), this OrderedMap is not safe for concurrent use, if need atomic access, may use a sync.Mutex to synchronize.

Registry - Source - Documentation - JSON
purl: pkg:golang/gitlab.com/c0b/go-ordered-json.git
License: MIT
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: gitlab.com/c0b
Stars: 4 on GitLab.com
Forks: 3 on GitLab.com
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago