Sj.h: A tiny little JSON parsing library in ~150 lines of C99
1–10 of 248 posts
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#2Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#3Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#4This is interesting, but how does this do on the conformance tests? https://github.com/nst/JSONTestSuite
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#5What’s the usecase for something like this? There are lots of excellent libraries for json available. Is this a teaching tool?
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#6What’s the usecase for something like this? There are lots of excellent libraries for json available. Is this a teaching tool?
Also, license compliance is very easy (no notice required).
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#7What’s the usecase for something like this? There are lots of excellent libraries for json available. Is this a teaching tool?
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#8- log.c - A simple logging library implemented in C99
- microui - A tiny immediate-mode UI library
- fe - A tiny, embeddable language implemented in ANSI C
- microtar - A lightweight tar library written in ANSI C
- cembed - A small utility for embedding files in a C header
- ini - A tiny ANSI C library for loading .ini config files
- json.lua - A lightweight JSON library for Lua
- lite - A lightweight text editor written in Lua
- cmixer - Portable ANSI C audio mixer for games
- uuid4 - A tiny C library for generating uuid4 strings
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#9What’s the usecase for something like this? There are lots of excellent libraries for json available. Is this a teaching tool?
Re: Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#10This is interesting, but how does this do on the conformance tests? https://github.com/nst/JSONTestSuite
Real question, does it manage nested objects ?