aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Show the whole UTF-8 sequence in error message, not just the first bytePetri Lehtinen1-1/+14
2009-07-14Report errors from lexical and stream level in parserPetri Lehtinen1-52/+88
2009-07-13Get rid of JSON_SORT_KEYS dump flagPetri Lehtinen1-1/+0
2009-07-13Decode and check for correct UTF-8Petri Lehtinen6-4/+189
2009-07-13Streamify the loaderPetri Lehtinen3-126/+258
2009-07-13Get rid of json_dumpfd and json_loadfdPetri Lehtinen3-52/+0
2009-07-13Little clean-up in parserPetri Lehtinen1-10/+15
2009-07-13Unify naming in parserPetri Lehtinen1-74/+73
2009-07-13Make the lexer not depend on localePetri Lehtinen1-8/+12
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 number tokenizerPetri Lehtinen1-7/+12
2009-07-04Fix empty array dumpingPetri Lehtinen1-1/+1
2009-07-04strbuffer: Optimize string terminationPetri Lehtinen2-6/+5
2009-07-04Separate integers and real numbersPetri Lehtinen4-32/+117
2009-06-30Use -WerrorPetri Lehtinen1-1/+1
2009-06-30Fix json_loadf and json_loadfd with empty inputPetri Lehtinen4-14/+22
2009-06-30Print correct error message on premature end of arrayPetri Lehtinen1-14/+16
2009-06-15Fix json_set_errorPetri Lehtinen1-1/+4
2009-06-15Fix a few memory leaks in json_parse_object()Petri Lehtinen1-1/+5
2009-06-15Implement json_load, json_loadf and json_loadfdPetri Lehtinen2-10/+114
2009-06-13strbuffer_value: Return a read-only pointer rather than duplicating the valuePetri Lehtinen3-4/+4
2009-06-13strbuffer: Allocate enough space for value initiallyPetri Lehtinen1-1/+1
2009-06-11Implement strbufferPetri Lehtinen4-28/+93
2009-06-11Move max() to util.hPetri Lehtinen3-3/+14
2009-06-09Implement json_dump and json_dumpsPetri Lehtinen1-0/+59
2009-05-16Implement dumping to an fdPetri Lehtinen2-0/+17
2009-05-13Refactor error reportingPetri Lehtinen2-36/+42
2009-05-12Use autoconf, automake & libtoolPetri Lehtinen2-14/+7
2009-05-12Fix json_object_getPetri Lehtinen1-0/+1
2009-05-12Get rid of include/Petri Lehtinen1-0/+96
2009-05-12Parse an empty object correctlyPetri Lehtinen1-1/+4
2009-05-12Implement dumping to filePetri Lehtinen1-22/+162
2009-05-12Bump hashtable, allocate object->hashtable staticallyPetri Lehtinen3-58/+107
2009-05-12Add support for iterating over objectsPetri Lehtinen1-3/+41
2009-05-12Initial importPetri Lehtinen6-0/+1267