Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: CJ minimal JSON parser in ANSI C
(
git.sr.ht
)
3 points
by
cryo
1146 days ago
It's a small token based JSON parser with no dynamic memory allocations.
1 comments
mac3n
1146 days ago
see
https://gitlab.com/mac3n/jig
similar, event-based (SAX-like), good for field extraction
link