nanojson
ФоркИзбранное
0
0
Описание
A small footprint(code and memory) simple JSON parsing C library for embedded projects
Языки
- C88,1%
- CMake7,2%
- Shell4,7%
Vladimir Antonov
10 фев 2023, 20:35
5 лет назад
7 лет назад
7 лет назад
5 лет назад
7 лет назад
4 года назад
5 лет назад
5 лет назад
5 лет назад
4 года назад
5 лет назад
5 лет назад
nanojson
Build
Build options
Include files
Nodes types
jsnt
Functions
`int jsonparse(jsnt pool, sizet size, char text)`
`jsnt jsonautoparse(char text, char end)`
`char jsonstringify(char out, sizet size, jsnt root)`
`jsnt jsonitem(jsnt node, char const id)`
`jsnt jsoncell(jsnt node, int index)`
`jsnt jsonget(jsnt node, char const path)`
`char const jsonstring(jsnt node, char const missedvalue)`
`int jsonboolean(jsnt node, int missedvalue)`
`int jsonnumber(jsnt node, int missedvalue)`
`double jsonfloat(jsnt node, double missedvalue)`
`jsonforeach`
Big code example
README.md