| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
sequence is encountered. This fixes that. Might be worthwhile to
merge to 5.3 despite the new constant.
|
|
|
|
| |
for now. It might make sense to allow an unbound depth.
|
|
|
|
|
|
|
| |
during a decode, also fixes a segfault when we have [1}
[DOC]
|
|
|
|
|
|
|
|
|
| |
readability. Less magic numbers in the state table.
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing
|
| |
|
|
- No longer uses json-c, implements it's own JSON parser and encoder.
- JSON parser based on Douglas Crockford's JSON_checker.
|