Nicolas Williams
|
77936a594d
|
Add -I / --online-input for huge top-level arrays
|
2013-12-04 18:21:41 -06:00 |
|
Stephen Dolan
|
37cfc912c1
|
Remove #includes from jv.h
|
2013-06-23 14:23:07 +01:00 |
|
Stephen Dolan
|
8c2e228c74
|
Fix the jv_parser interface.
|
2013-06-23 12:26:49 +01:00 |
|
Stephen Dolan
|
47e015e946
|
Make a few constant globals actually const.
This means the .data and .bss sections are empty, a good thing
in a shared library (see #98).
|
2013-05-05 22:59:53 +01:00 |
|
Stephen Dolan
|
d327772dfc
|
JSON parsing error messages now specify a location of the error.
Should help with #53.
|
2012-12-27 01:56:23 +00:00 |
|
Stephen Dolan
|
04daafbde3
|
Add wrappers for malloc/realloc/free. See #43.
|
2012-12-18 16:53:51 +00:00 |
|
Stephen Dolan
|
67f8ad9435
|
Ignore a UTF-8 BOM if one appears at the start of a JSON document.
Closes #45.
|
2012-12-02 23:53:55 +00:00 |
|
Stephen Dolan
|
134b062be7
|
Fix a parsing bug for \uXXXX escapes (some invalid escapes were accepted).
Found by gcc -O -Wall identifying a use of uninitialised variables.
|
2012-09-18 23:45:30 +01:00 |
|
Stephen Dolan
|
a4eea165bb
|
Move everything around - delete old Haskell code, clean up build.
|
2012-09-18 17:44:43 +01:00 |
|