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 <vbgtkd$18frk$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vbgtkd$18frk$1@dont-email.me>

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

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Rene Kita <mail@rkta.de>
Newsgroups: comp.lang.c
Subject: Re: parsing JSON
Date: Sat, 7 Sep 2024 06:59:25 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Sender: Rene Kita <kt@ob.rkta.de>
Message-ID: <vbgtkd$18frk$1@dont-email.me>
References: <vbfj3j$u01c$1@dont-email.me>
Injection-Date: Sat, 07 Sep 2024 08:59:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e3d9ff0b3af7de56a33aa533d7213a3f";
	logging-data="1326964"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19o6wM5xNYiTiKd8noQ/6Rq"
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (OpenBSD/7.5 (amd64))
Cancel-Lock: sha1:4YR++B1LAgQI7Z8fIOB73J5ScFk=
Bytes: 1337

Yazz <yazz@nowhere.eu> wrote:
> 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 used microjson on multiple embedded projects, it's fast and I found
it easy to use. The actual homepage[0] gives currently an SSL error, but
there is also a mirror on GitLab[1].

[0]: https://www.catb.org/~esr/microjson/microjson.html
[1]: https://gitlab.com/esr/microjson