ashalkhakov / libatsc

ATS/C libraries
MIT License
3 stars 0 forks source link

JSON parser #1

Open ashalkhakov opened 4 years ago

ashalkhakov commented 4 years ago

Need this to make it possible to implement:

ashalkhakov commented 4 years ago

NOTE: just port this idea to ATS: https://github.com/urweb/urweb/blob/master/lib/ur/json.ur except we might want to (a) use strptr instead, (b) use the allocator and stream abstractions of https://github.com/skeeto/pdjson/blob/master/pdjson.c (peek/get)