Go package containing implementations of efficient encoding, decoding, and validation APIs.
Stars
1.0k
Forks
51
Watchers
1.0k
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
10
commits
8
commits
5
commits
5
commits
2
commits
2
commits
2
commits
1
commits
1
commits
fix: Validate key length on assignment in decodeStruct (#162)
7d5a25dView on GitHubperf(json): address performance penalty found in v0.4.0+ (#149)
7b9ca4eView on GitHubjson: encode \b and \f like the Go 1.22 stdlib does (#145)
a54af38View on GitHubfix encoding RawMessage that contains leading space (#136)
6dfc1b0View on GitHubRevert #128, update docs and add tests to Tokenizer.Remaining() (#129)
3b49d71View on GitHubextendSlice optimization is still valid for go1.19 (#127)
3391c4aView on GitHubAdd method to get how many tokenizer bytes are remaining (#126)
4601a45View on GitHubEncoder: add SetAddExtraNewline option to json.Encoder (#119)
886f222View on GitHub