aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Implement JSON_SORT_KEYS encoding flagPetri Lehtinen2-13/+87
2009-12-05Implement JSON_ENSURE_ASCII encoding flagPetri Lehtinen5-22/+88
2009-12-02Use int32_t instead of plain int with Unicode code pointsPetri Lehtinen3-6/+10
2009-11-08Merge branch '1.1'Petri Lehtinen2-2/+1
2009-11-08jansson 1.1.2v1.1.2Petri Lehtinen1-1/+1
2009-11-07Don't include stdint.h in jansson.hPetri Lehtinen1-1/+0
2009-11-04Merge branch '1.1'Petri Lehtinen1-1/+7
2009-11-04dump: Revise whitespace usagePetri Lehtinen2-16/+25
2009-10-29load: Parse a badly put - sign correctlyPetri Lehtinen1-1/+5
2009-10-27json_load_file: Initialize the error struct properlyPetri Lehtinen1-0/+2
2009-10-20jansson 1.1v1.1Petri Lehtinen1-1/+1
2009-10-19Add C++ guards to jansson.hraoulh1-0/+8
2009-10-16Fix indentationPetri Lehtinen4-13/+14
2009-10-15Enhance handling of circular referencesPetri Lehtinen3-42/+75
2009-10-15json_dumps: Close the strbuffer if dumping failsPetri Lehtinen1-2/+6
2009-10-14Make integer, real and string mutablePetri Lehtinen2-4/+47
2009-10-13Don't use non-portable asprintf()Petri Lehtinen1-14/+13
2009-10-11Merge branch '1.0'Petri Lehtinen3-6/+6
2009-10-11jansson 1.0.4v1.0.41.0Petri Lehtinen1-1/+1
2009-10-11Extend object APIPetri Lehtinen4-13/+94
2009-10-10Check json_object_set_new argumentsPetri Lehtinen1-1/+1
2009-10-06Fix a few more compilation issuesPetri Lehtinen1-2/+2
2009-10-01Make it compile on platforms where char is unsignedPetri Lehtinen2-3/+3
2009-09-29Extend array APIPetri Lehtinen2-10/+158
2009-09-14Merge branch '1.0'Petri Lehtinen1-1/+1
2009-09-14jansson 1.0.3v1.0.3Petri Lehtinen1-1/+1
2009-09-14load: Check for integer and real overlfows and underflowsPetri Lehtinen1-9/+40
2009-09-13load: Check for integer and real overlfows and underflowsPetri Lehtinen1-9/+40
2009-09-13Use unsigned long instead of uint32_tPetri Lehtinen2-8/+8
2009-09-08Merge branch '1.0' into HEADPetri Lehtinen2-6/+3
2009-09-08jansson 1.0.2v1.0.2Petri Lehtinen1-1/+1
2009-09-08load: Handle EOF correctlyPetri Lehtinen1-5/+2
2009-09-07Don't perform reference counting on true, false and nullPetri Lehtinen2-8/+8
2009-09-06Better argument validationPetri Lehtinen1-2/+23
2009-09-06Don't include unistd.hPetri Lehtinen2-2/+0
2009-09-06Merge branch '1.0'Petri Lehtinen2-2/+2
2009-09-04jansson 1.0.1v1.0.1Petri Lehtinen1-1/+1
2009-09-04jansson.h: Fix typoPetri Lehtinen1-1/+1
2009-09-04dump: Optimize indentingPetri Lehtinen1-8/+9
2009-09-04load: Factor out an unneeded strdupPetri Lehtinen1-1/+12
2009-09-04Don't define -std=c99 in AM_CFLAGSPetri Lehtinen1-1/+1
2009-09-04Add reference stealing functions for inserting values to objects and arraysPetri Lehtinen2-12/+60
2009-08-24Detect garbage near EOF in json_loadf() and json_load_file()Petri Lehtinen1-0/+10
2009-08-23array: Fix a few checks and a leakPetri Lehtinen1-2/+4
2009-08-04Refuse to dump other types than array and object as the root valuePetri Lehtinen1-0/+6
2009-07-30Remove unimplemented json_clone()Petri Lehtinen1-2/+0
2009-07-30Add macro json_is_booleanPetri Lehtinen1-0/+1
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen10-0/+70
2009-07-28Rename json_{load,dump} to json_{load,dump}_filePetri Lehtinen3-35/+35
2009-07-28Fix some memory leaks and invalid memory referencesPetri Lehtinen2-7/+22