Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
json-c
/
d809fa60c5d0bb91d1c444dfa01b9ab5cb22112e
/
json_tokener.c
d809fa6
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects. Now, json_tokener_reset() does not need to be called after a valid object is parsed.
by Eric Haszlakiewicz
· 13 years ago
3620cba
Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_parse to use that instead of json_tokener_parse_ex.
by Eric Haszlakiewicz
· 13 years ago
2f9091f
Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing.
by Eric Haszlakiewicz
· 13 years ago
db05090
json_tokener_parse(): avoid possible NULL deref
by Frederik Deweerdt
· 13 years ago
a503ee8
add json_tokener_parse_verbose, and return NULL on parser errors
by Jehiah Czebotar
· 14 years ago
252669c
Simplify things by storing integer values only as int64_t's internally, and
by ehaszla
· 14 years ago
c4dceae
* Add int64 support. Two new functions json_object_net_int64 and
by Michael Clark
· 14 years ago
126ad95
* Add handling of surrogate pairs
by Brent Miller
· 15 years ago
7fb9b03
* Rename min and max so we can never clash with C or C++ std library
by Michael Clark
· 15 years ago
b1a22ac
Add const qualifier to the json_tokener_parse functions
by Christopher Watford
· 15 years ago
543bb14
Erik Hovland (3):
by Christopher Watford
· 15 years ago
95f55a7
optimizations to json_tokener_parse_ex(), printbuf_memappend()
by Michael Clark
· 16 years ago
aaec1ef
* Don't use this as a variable, so we can compile with a C++ compiler
by Michael Clark
· 16 years ago
22dee7c
* Null pointer dereference fix. Fix json_object_get_boolean strlen test
by Michael Clark
· 16 years ago
e8de078
* Fixed warning reported by adding -Wstrict-prototypes
by Michael Clark
· 16 years ago
c8f4a6e
* Fix bug with use of capital E in numbers with exponents
by Michael Clark
· 17 years ago
dfaf670
* Add macros to enable compiling out debug code
by Michael Clark
· 17 years ago
a850f8e
* Add escaping of backslash to json output
by Michael Clark
· 18 years ago
837240f
* Fix bug in escaping of control characters
by Michael Clark
· 18 years ago
f6a6e48
* Make headers C++ compatible by change *this to *obj
by Michael Clark
· 18 years ago
0370baa
* Fix additional error case in object parsing
by Michael Clark
· 18 years ago
7b899b6
* fix pointer arithmetic bug for error pointer check in is_error() macro
by Michael Clark
· 18 years ago
4504df7
* printbuf.c - C. Watford (christopher dot watford at gmail dot com)
by Michael Clark
· 18 years ago
f0d0888
import of version 0.1
by Michael Clark
· 18 years ago