aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/test_dump.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-19test_dump: Don't use pipe on MinGWmingwPetri Lehtinen1-1/+1
2017-02-27Add JSON_EMBED encoding flagNathaniel McCallum1-0/+34
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum1-3/+45
2017-01-26Implement json_dumpb()Nathaniel McCallum1-0/+26
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2014-12-19Increase test coveragePetri Lehtinen1-0/+19
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-09-30Add JSON_ALLOW_NUL decoding flag for enabling NUL byte supportPetri Lehtinen1-0/+15
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2013-04-15Fix the signature again, and also rest of the errorsPetri Lehtinen1-1/+4
2013-04-15Fix the signature of a test functionPetri Lehtinen1-1/+1
2013-04-15json_dump*(): Don't crash if json is NULL and JSON_ENCODE_ANY is setPetri Lehtinen1-0/+21
2012-06-28Created flag to dump escaping slashJuan Basso1-0/+25
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2011-10-02Make real number encoding and decoding work under all localesPetri Lehtinen1-2/+1
2011-05-14Add JSON_ENCODE_ANY flag to allow encoding any JSON valuePetri Lehtinen1-3/+54
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-06-10Fix a few memory leaks in tests1.2Petri Lehtinen1-0/+2
2010-05-14Zero the visited flag after an encoding errorPetri Lehtinen1-0/+43
2010-05-14Zero the visited flag after encoding an empty array or objectPetri Lehtinen1-0/+46
2009-12-21Enhance testsPetri Lehtinen1-227/+0
2009-12-16Refactor the test systemPetri Lehtinen1-0/+227