Sujet : Re: parsing JSON
De : yazz (at) *nospam* nowhere.eu (Jaro)
Groupes : comp.lang.cDate : 07. Sep 2024, 20:54:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbib23$1gg0f$1@dont-email.me>
References : 1 2
User-Agent : slrn/1.0.3 (Linux)
On 2024-09-07, Jan van den Broek <
balglaas@dds.nl> wrote:
2024-09-06, Yazz <yazz@nowhere.eu> schrieb:
Hello, I want to read json file and process it's data in comfortable way.
Could you recommend a library that is fast and nice to use?
Thank you in advance!
>
I use cJSON:
https://github.com/DaveGamble/cJSON?tab=readme-ov-file#parsing-json
thanks! I'll try that!