Deutsch English Français Italiano |
<vbfj3j$u01c$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Yazz <yazz@nowhere.eu> Newsgroups: comp.lang.c Subject: parsing JSON Date: Fri, 6 Sep 2024 18:53:40 -0000 (UTC) Organization: A noiseless patient Spider Lines: 5 Message-ID: <vbfj3j$u01c$1@dont-email.me> Reply-To: yazz <reply@nowhere.eu> Injection-Date: Fri, 06 Sep 2024 20:53:40 +0200 (CEST) Injection-Info: dont-email.me; posting-host="88b9fd67865a30c6ef8ca06cce336311"; logging-data="983084"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/atPmTVF75NBDjGNScAl3B" Keywords: JSON, parse User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:xGPaOpkbyBdQTIZcWaytsJrQ+Do= Bytes: 939 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!