akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 808 forks source link

Need a comparison with other C JSON libraries #597

Open eyalroz opened 2 years ago

eyalroz commented 2 years ago

There are several C libraries for JSON parsing which are relatively or very popular, even here on GitHub (e.g. json-c, cJSON, oj). It would help if you could post a comparison of the foci, strengths and weaknesses of these other libraries vis-a-vis jansson. It could be a Wiki page or a README section.

GitMensch commented 2 years ago

While I'm also interested for that - @eyalroz I wonder: Have you checked in the referenced projects about such feature-comparison and/or created the same issue there? Did you create a detailed comparison yourself?

My personal comparison list so far:

You may be interested in https://lionet-livejournal-com.translate.goog/118853.html?_x_tr_sl=auto&_x_tr_tl=en - but a fair warning: that only covers special parts and is a decade old, so many "cons" are not there (for example the complete cJSON part is not true at all any more).