summaryrefslogtreecommitdiff
path: root/json.h
Commit message (Expand)AuthorAgeFilesLines
...
* JSON error-handling cleanup.Eric S. Raymond2009-07-141-15/+15
* JSON parser can now handle arrays of strings.Eric S. Raymond2009-07-141-3/+16
* Add entry point for dumping JSON parse error condition text messages.Eric S. Raymond2009-07-131-0/+1
* Subarray parsing in JSON is working, now to tighten up the validity checks.Eric S. Raymond2009-07-131-2/+4
* Set up initializers for JSON satellite data parsing.Eric S. Raymond2009-07-131-4/+3
* Much simpler code for filling sub-objects.Eric S. Raymond2009-07-131-4/+4
* Make #defines for JSON error codes.Eric S. Raymond2009-07-121-0/+13
* Use properly bounded copies for JSON string fields.Eric S. Raymond2009-07-121-2/+5
* Encapsulate type information about JSON arrays.Eric S. Raymond2009-07-121-2/+8
* Fix a compiler warning and change a prototype... Eric S. Raymond2009-07-121-1/+1
* First steps towards parsing JSON arrays.Eric S. Raymond2009-07-111-2/+3
* Get JSON parser unit test to the point where it will at least build.Eric S. Raymond2009-07-111-4/+4
* Scratch JSON parser. No unit test yet, that gets built next.Eric S. Raymond2009-07-101-0/+28