summaryrefslogtreecommitdiff
path: root/json.c
Commit message (Expand)AuthorAgeFilesLines
...
* Stub JSON array parsing. Unit test passes.Eric S. Raymond2009-07-121-3/+29
* Fix a compiler warning and change a prototype... Eric S. Raymond2009-07-121-1/+9
* avoid use of unbounded strcpyChris Kuethe2009-07-121-1/+1
* First steps towards parsing JSON arrays.Eric S. Raymond2009-07-111-1/+1
* JSON parser now verified to handle booleans.Eric S. Raymond2009-07-111-4/+5
* JSON unit test verifies correct integer and string attribute parsing.Eric S. Raymond2009-07-111-3/+20
* Get JSON parser unit test to the point where it will at least build.Eric S. Raymond2009-07-111-3/+3
* Scratch JSON parser. No unit test yet, that gets built next.Eric S. Raymond2009-07-101-0/+131