aboutsummaryrefslogtreecommitdiff
path: root/src/value.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-16Fix indentationPetri Lehtinen1-4/+4
2009-10-15Enhance handling of circular referencesPetri Lehtinen1-39/+9
2009-10-14Make integer, real and string mutablePetri Lehtinen1-1/+40
2009-10-11Extend object APIPetri Lehtinen1-0/+48
2009-10-10Check json_object_set_new argumentsPetri Lehtinen1-1/+1
2009-09-29Extend array APIPetri Lehtinen1-10/+149
2009-09-07Don't perform reference counting on true, false and nullPetri Lehtinen1-6/+6
2009-09-06Better argument validationPetri Lehtinen1-2/+23
2009-09-04Add reference stealing functions for inserting values to objects and arraysPetri Lehtinen1-9/+38
2009-08-23array: Fix a few checks and a leakPetri Lehtinen1-2/+4
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-13Decode and check for correct UTF-8Petri Lehtinen1-2/+20
2009-07-04Separate integers and real numbersPetri Lehtinen1-17/+66
2009-06-11Move max() to util.hPetri Lehtinen1-2/+1
2009-05-12Fix json_object_getPetri Lehtinen1-0/+1
2009-05-12Bump hashtable, allocate object->hashtable staticallyPetri Lehtinen1-10/+9
2009-05-12Add support for iterating over objectsPetri Lehtinen1-3/+41
2009-05-12Initial importPetri Lehtinen1-0/+317