
26 Jul
2019
26 Jul
'19
1:35 p.m.
On Fri, Jul 26, 2019 at 01:21:29AM -0400, William Park via talk wrote:
Hi all,
I'm looking for JSON Parser in C. Right now, I'm eyeing JSON-GLIB, mainly because I'm sort of familiar with Glib when I was dealing with GTK+. Is there other parsers that you or others you know are actively using? And, why that and not others?
I'm aware of the list on json.org. But, I'm a newbie and it would take me months to go through all that.
I have used this one: https://github.com/json-c/json-c -- Len Sorensen