6 weeks ago |
Mike Becker |
fix wrong accidental unicode escaping
|
file |
diff |
annotate
|
7 weeks ago |
Mike Becker |
make escaping slashes optional - fixes #569
|
file |
diff |
annotate
|
7 weeks ago |
Mike Becker |
implement string escape - resolves #526
|
file |
diff |
annotate
|
8 weeks ago |
Mike Becker |
add fractional number formatting - relates to #526
|
file |
diff |
annotate
|
8 weeks ago |
Mike Becker |
add convenience macros to avoid a fptr cast for cxBufferRead and cxBufferWrite
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
implement index array to preserve order of json object members
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
remove code duplication from writer tests - relates to #526
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
add test case for pretty printing with tabs - relates to #526
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
implement JSON pretty printing - relates to #526
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
fix cxJsonDestroy() not freeing uncompleted object member names
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
first mvp for the json writer - relates to #526
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
implement floating point string to number conversions
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
avoid copying the filled data in the json parser when possible - fixes #530
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
add tests for JSON create functions and fix a bug in cxJsonCreateCxString()
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
fix another missing free() in json tests
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
add cxJsonArrIter() - fixes #524
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
fix memory leaks in json tests
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
increase test coverage
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
fix that cxBufferSeek() cannot move pos past the end - fixes #523
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
add status codes to json parser - relates to #431
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
simplify how the json parser works
|
file |
diff |
annotate
|
3 months ago |
Olaf Wintermann |
fix missing cxMempoolFree in json allocator test
|
file |
diff |
annotate
|
3 months ago |
Olaf Wintermann |
add support for allocators to the json parser
|
file |
diff |
annotate
|
4 months ago |
Olaf Wintermann |
fix memory leaks in json tests
|
file |
diff |
annotate
|
4 months ago |
Olaf Wintermann |
add test for reading multiple json values
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
adds test case for numbers - currently fails due to issue #482
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add UCX string support to cxJsonFill()
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
treat integers and doubles both as JSON numbers
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
avoid state buffer allocation for JSON with reasonable nesting depth
|
file |
diff |
annotate
|
4 months ago |
Olaf Wintermann |
fix incomplete json object not resulting in syntax error
|
file |
diff |
annotate
|
4 months ago |
Olaf Wintermann |
add test for parsing json with multiple incomplete tokens
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add first draft of json implementation - relates to #431
|
file |
diff |
annotate
|