Hi! What do you need from the library? If I recall correctly, jsonc is good enough, and have all the functionality you will need. If you only need to be able to parse into struct:s, writing a small parser is simple (assuming you go against the RFC and only support UTF-8 like a sane person).
Regards, Mattias Andrée On Wed, 5 Jun 2019 12:41:39 +0000 <sylvain.bertr...@gmail.com> wrote: > Hi, > > After xml, json. > > Do you know of a light json parser lib? Or json seeming being very simple, > better write a parser directly? > > I have libjq from the jq command line, but this is quite a beast and don't > think > it fits anymore in the suckless frame. >