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.
proxy.golang.org
v1.1.12
over 4 years ago
8
48,676
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 |