summaryrefslogtreecommitdiff
path: root/json.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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