You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
cJSON: single-file implementation (.c and .h) - can be very easily integrated by just compiling into the module you want it to
json-c: available in many package managers, which has its own benefit (if you depend on software the user must install manually that's often a downside)
jannson - don't know yet, just starting to read the docs
oj - did not heard about that before, a short check shows it target is Ruby, while the others target "C", so I would not take oj into the comparision
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.
The text was updated successfully, but these errors were encountered: