summaryrefslogtreecommitdiffstats
path: root/jv_parse.c
AgeCommit message (Expand)Author
2014-06-04Add flags argument to jv_parser_new()Nicolas Williams
2014-06-04Revert "Add -I / --online-input for huge top-level arrays"Nicolas Williams
2013-12-04Add -I / --online-input for huge top-level arraysNicolas Williams
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-23Fix the jv_parser interface.Stephen Dolan
2013-05-05Make a few constant globals actually const.Stephen Dolan
2012-12-27JSON parsing error messages now specify a location of the error.Stephen Dolan
2012-12-18Add wrappers for malloc/realloc/free. See #43.Stephen Dolan
2012-12-02Ignore a UTF-8 BOM if one appears at the start of a JSON document.Stephen Dolan
2012-09-18Fix a parsing bug for \uXXXX escapes (some invalid escapes were accepted).Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan