summaryrefslogtreecommitdiff
path: root/test_json.c
Commit message (Collapse)AuthorAgeFilesLines
* JSON parser can now handle arrays of strings.Eric S. Raymond2009-07-141-1/+24
|
* Tighten up the JSON-parsing unit test.Eric S. Raymond2009-07-131-13/+13
|
* Fix booleans potion of JSON unit test.Eric S. Raymond2009-07-131-2/+6
|
* Subarray parsing in JSON is working, now to tighten up the validity checks.Eric S. Raymond2009-07-131-13/+21
|
* Set up initializers for JSON satellite data parsing.Eric S. Raymond2009-07-131-4/+11
|
* Much simpler code for filling sub-objects.Eric S. Raymond2009-07-131-2/+2
|
* Use properly bounded copies for JSON string fields.Eric S. Raymond2009-07-121-4/+8
|
* Encapsulate type information about JSON arrays.Eric S. Raymond2009-07-121-2/+2
|
* Fix a compiler warning and change a prototype... Eric S. Raymond2009-07-121-2/+2
| | | | | ...so a caller of the object parse can contibue processing the input string after it returns. Unit test passes.
* Fall back to working version of JSON regression test.Eric S. Raymond2009-07-121-40/+58
|
* avoid compiler warning about unused argsChris Kuethe2009-07-121-1/+1
|
* avoid use of unbounded strcpyChris Kuethe2009-07-121-0/+3
|
* First steps towards parsing JSON arrays.Eric S. Raymond2009-07-111-1/+19
|
* Verify integer and real defaulting in JSON.Eric S. Raymond2009-07-111-1/+7
|
* JSON parser now verified to handle booleans.Eric S. Raymond2009-07-111-13/+26
|
* JSON parse unit test verifies correct function for string, integer, and real.Eric S. Raymond2009-07-111-22/+40
|
* JSON unit test verifies correct integer and string attribute parsing.Eric S. Raymond2009-07-111-0/+62