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

github.com/json-iterator/go

Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter and variable type declarations (if any). jsoniter interfaces gives 100% compatibility with code using standard lib. "JSON and Go" (https://golang.org/doc/articles/json_and_go.html) gives a description of how Marshal/Unmarshal operate between arbitrary or predefined json objects and bytes, and it applies to jsoniter.Marshal/Unmarshal as well. Besides, jsoniter.Iterator provides a different set of interfaces iterating given bytes/string/reader and yielding parsed elements one by one. This set of interfaces reads input as required and gives better performance.

Ecosystem
proxy.golang.org
Latest Release
v1.1.12
over 4 years ago
Versions
8
Dependent Packages
48,676
Dependent Repos
143,681
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/json-iterator/go
spec
License MIT
Namespace github.com/json-iterator
First Release over 7 years ago
Last Synced about 20 hours ago
Repository
Stars 13,880 on GitHub
Forks 1,057 on GitHub
Docker Dependents 19,770
Docker Downloads 57,919,200,260
Commits 698
Committers 56
Avg per Author 12.464
DDS 0.269
Rankings on proxy.golang.org
Overall Top 0.3%
Dependent packages Top 0.1%
Dependent repos Top 0.1%
Forks Top 0.9%
Docker downloads Top 0.1%