22 Commits (443be365f6bf8639a1b1e836e8e948d12af28100)

Author SHA1 Message Date
Serge A. Zaitsev 443be365f6 removed JSON string and token array from parser internals, because they must not be saved between parse() calls
13 years ago
Serge A. Zaitsev bed0a7a3e6 changed API: parse now is more flexible, but init jsut resets the parser; added new test macro to compate strings, fixed Makefile
13 years ago
Serge A. Zaitsev 2928f7ec0e renamed: get_token to alloc_token
13 years ago
Serge A. Zaitsev d6f48a6a3d fixed: issue #1, thanks to m_einman for his patch
14 years ago
Serge A. Zaitsev 4e869f7e9e Complex types (objects and arrays) now have also size - number of child elements
14 years ago
Serge A. Zaitsev c4d9412483 Some comments added in json.c
14 years ago
Serge A. Zaitsev c955364a95 All objects renamed using jsmn prefix to keep consistency and not be mixed with other json libraries. Demo is now called just demo.
14 years ago
Serge Zaitsev 4e29ee705f Fix: check if no tokens lefs, return error in that case
14 years ago
Serge A. Zaitsev 8e31e4d214 jsmn: strings start from the first char after quotes
14 years ago
Serge A. Zaitsev 7a027a4dd2 Token manipulation functions changes. size_t replaced with unsigned int.
14 years ago
Serge A. Zaitsev d0d52f6847 Design: primitive type implemented as a replacement to boolean/number/null. String tokens point to the unquoted string
14 years ago
Serge A. Zaitsev 60509e2850 Design: rewritten using parser structure
14 years ago
Serge A. Zaitsev a2755a7595 Design: some error codes added
14 years ago
Serge A. Zaitsev daf93a0ebd Feature: make difference between numbers and other primitives
14 years ago
Serge A. Zaitsev 470c77fa63 Design: added assert macro and return macro.
14 years ago
Serge A. Zaitsev 30370e37f8 Design: Added asserts in parser. Increased number of tokens in demo.
14 years ago
Serge A. Zaitsev b99663079c Fix: errpos has got a correct type now
14 years ago
Serge A. Zaitsev b0e73ec44d Design: objects and arrays are different types now
14 years ago
Serge A. Zaitsev a70dab5cf9 Design: unrolled reference tables. Nested functions moved outside. Got smaller code.
14 years ago
Serge A. Zaitsev a20a5aff1c Fix: error position is an offset, not a pointer
14 years ago
Serge A. Zaitsev 0568be6e0b Demo separated from the jsmn code. Makefile changed. Some comments added
14 years ago
Serge A. Zaitsev f22c2d30b7 Initial commit. Demo program is included in the jsmn.c code. Ugly names and no comments. Please, don't read this changeset
14 years ago