mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
46241287c6
Related to #1904 Users of the simdjson library will see json2msgpack as an available example of how to recursively process json with the ondemand parser, and checking for trailing tokens in a document is one part of json validation. These checks shouldn't affect benchmark results performance. The benchmark is run on the 631KB twitter.json file.