I'm interested in benchmarks for various JSON parsing libraries, ideally, comparing Java and C/C++ implementations.
Java only benchmarks by the Jackson folks:
For java implementations, there is:
which covers all kinds of serialization, including JSON using Jackson, GSON, protostuff.
but unfortunately I have not seen a good comparisons between JSON parsers (and/or generators) on different platforms.
Not sure for steraming stax-like API, but for object data binding, gson is smallest and fast for adhoc, jackson is fastest at server side.
http://danielywoo.blogspot.com/2011/04/json-java-libraries-benchmark-jsonlib.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With