rjson
rjson copied to clipboard
A fast json parser for go
Results
3
rjson issues
Sort by
recently updated
recently updated
newest added
update fuzz data
When I read the benchmark code of `json-iterator/go` in the benchmark of `BenchmarkGetRepoValues`, I noticed that it uses the feature that can stop the decoding process in the middle. (...