libfastjson
libfastjson copied to clipboard
Docs on how to use libfastjson4
Hello.
Are there any documents or tutorials on how to use the library to parse JSON objects? I have Debian Buster installed but I can't find any tutorials on libfastjson4.
Any help would be appreciated! Thanks Psy
libfastjson isn't a parser as much as it is a library for manipulating json. It's a fork of the json-c library (fixing some holes that were found there), so documenation and examples of json-c will probably apply.
David Lang
José Carlos Ferreira wrote:
Are there any documents or tutorials on how to use the library to parse JSON objects? I have Debian Buster installed but I can't find any tutorials on libfastjson4.
Any help would be appreciated! Thanks Psy
libfastjson isn't a parser as much as it is a library for manipulating json. It's a fork of the json-c library (fixing some holes that were found there), so documenation and examples of json-c will probably apply. David Lang José Carlos Ferreira wrote: … Are there any documents or tutorials on how to use the library to parse JSON objects? I have Debian Buster installed but I can't find any tutorials on libfastjson4. Any help would be appreciated! Thanks Psy
Ok, but I tried to
#include <json-c/json.h>
but compiler says that such file doesn't exist. Now I compiled json-c repository from their github and installed, and now, json-c works. But it didn't work only with libfastjson4 package installed.