Sujet : Re: parsing JSON
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 07. Sep 2024, 01:03:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbg587$1080u$6@dont-email.me>
References : 1
User-Agent : Pan/0.160 (Toresk; )
On Fri, 6 Sep 2024 18:53:40 -0000 (UTC), Yazz wrote:
Hello, I want to read json file and process it's data in comfortable
way.
I see there are standard Debian packages for these:
<
https://github.com/DaveGamble/cJSON>, <
https://jqlang.github.io/jq>,
<
https://github.com/zserge/jsmn>, <
https://github.com/json-c/json-c/wiki>,
<
https://wiki.gnome.org/Projects/JsonGlib>,
<
https://lloyd.github.io/yajl/>, <
https://github.com/ibireme/yyjson>.
This one is more general than just JSON:
<
https://github.com/farsightsec/fstrm>.
Disclaimer: I haven’t used any of these--not in my own code, anyway.
Quite an embarrassment of riches, anyway ...