aboutsummaryrefslogtreecommitdiff
path: root/src/dump.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-16Fix indentationPetri Lehtinen1-1/+1
2009-10-15Enhance handling of circular referencesPetri Lehtinen1-2/+25
2009-10-15json_dumps: Close the strbuffer if dumping failsPetri Lehtinen1-2/+6
2009-10-13Don't use non-portable asprintf()Petri Lehtinen1-14/+13
2009-10-11Merge branch '1.0'Petri Lehtinen1-1/+1
2009-10-01Make it compile on platforms where char is unsignedPetri Lehtinen1-1/+1
2009-09-13Use unsigned long instead of uint32_tPetri Lehtinen1-5/+5
2009-09-06Don't include unistd.hPetri Lehtinen1-1/+0
2009-09-04dump: Optimize indentingPetri Lehtinen1-8/+9
2009-08-04Refuse to dump other types than array and object as the root valuePetri Lehtinen1-0/+6
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-28Rename json_{load,dump} to json_{load,dump}_filePetri Lehtinen1-14/+14
2009-07-28Fix some memory leaks and invalid memory referencesPetri Lehtinen1-1/+6
2009-07-13Get rid of json_dumpfd and json_loadfdPetri Lehtinen1-15/+0
2009-07-09Don't dump extra spaces when indentingPetri Lehtinen1-2/+1
2009-07-09Fix dumping of Unicode control codesPetri Lehtinen1-13/+33
2009-07-04Fix empty array dumpingPetri Lehtinen1-1/+1
2009-07-04Separate integers and real numbersPetri Lehtinen1-2/+16
2009-06-30Fix json_loadf and json_loadfd with empty inputPetri Lehtinen1-1/+2
2009-06-13strbuffer_value: Return a read-only pointer rather than duplicating the valuePetri Lehtinen1-1/+1
2009-06-11Implement strbufferPetri Lehtinen1-28/+10
2009-06-09Implement json_dump and json_dumpsPetri Lehtinen1-0/+59
2009-05-16Implement dumping to an fdPetri Lehtinen1-0/+16
2009-05-12Implement dumping to filePetri Lehtinen1-22/+162
2009-05-12Initial importPetri Lehtinen1-0/+46