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

Top 5.1% on proxy.golang.org
Top 0.6% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 9.9% forks on proxy.golang.org
Top 0.8% docker downloads on proxy.golang.org

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

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
License: MIT
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: gitlab.com/c0b
Dependent packages: 56
Dependent repositories: 127
Stars: 4 on GitLab.com
Forks: 3 on GitLab.com
Docker dependents: 11
Docker downloads: 364,661
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago

    Loading...
    Readme
    Loading...