Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vbib23$1gg0f$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vbib23$1gg0f$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Jaro <yazz@nowhere.eu>
Newsgroups: comp.lang.c
Subject: Re: parsing JSON
Date: Sat, 7 Sep 2024 19:54:43 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <vbib23$1gg0f$1@dont-email.me>
References: <vbfj3j$u01c$1@dont-email.me> <vbhigd$1ciil$1@dont-email.me>
Reply-To: yazz <reply@nowhere.eu>
Injection-Date: Sat, 07 Sep 2024 21:54:44 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a4be2171f60984d045ac17c6c4a98b38";
	logging-data="1589263"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+R0WMcUKFO+BbwPAbhY/ag"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:LYf0g0ijkunlPyER1SXxaKpYmq4=
Bytes: 1265


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!