summaryrefslogtreecommitdiff
path: root/src/tests/json-test.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09json-test: Fix Coverity warningPeter Meerwald-Stadler1-1/+5
2016-06-22json: Drop refcounting of json objectsArun Raghavan1-13/+13
2016-06-22json: Add some more negative test casesArun Raghavan1-0/+3
2016-06-22json: Add a positive test for nested objectsArun Raghavan1-0/+13
2016-06-22json: Error out for objects and arrays that are nested too deepArun Raghavan1-0/+2
2016-06-22json: Handle error cases while parsing numbersArun Raghavan1-0/+4
2016-06-22json: Add overflow checks for integer and float parsingArun Raghavan1-0/+3
2016-06-22json: Correctly handle bad strings with missing closing quotesArun Raghavan1-0/+13
2016-06-22format: Drop dependency on json-cArun Raghavan1-5/+3
2016-06-22pulse: Add a JSON-parsing libraryArun Raghavan1-0/+244