| Commit message (Collapse) | Author | Age |
|
|
| |
Fixes #84
|
| |
|
|
|
|
| |
Still will report invalid amount if we fetch it with something like "{"key 1": 1234}}"
|
| |
|
|
|
|
|
|
|
|
| |
Prior to this commit the output of deheader was:
remove <stdlib.h> from ./jsmn.c
in ./example/jsondump.c, realloc() portability requires <unistd.h>.
in ./example/simple.c, strtol() portability requires <stdlib.h>.
saw 4 files, 16 includes, 1 removable
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tests to cover it; fixed makefile to use custom cflags/ldflags
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
was merged by accident
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
|
| |
digit
Adds new tests for unicode character coverage
|
|
|
|
| |
tests for this case
|
|
|
|
| |
new tests
|
| |
|
| |
|
|
|
|
| |
redundant code that significantly slowed down the parser
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
token allocation
|
|
|
|
| |
the objects without braces
|
|
|
|
| |
not be saved between parse() calls
|
|
|
|
| |
added new test macro to compate strings, fixed Makefile
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with other json libraries. Demo is now called just demo.
|
| |
|
| |
|
| |
|
|
|
|
| |
String tokens point to the unquoted string
|
| |
|
| |
|
| |
|
| |
|