26 hours ago Mike Becker fix warning in test case due to C23 multibyte strings not being compatible with const char* file | diff | annotate
4 weeks ago Olaf Wintermann fix test_json_escaped_unicode_strings when compiled with suncc file | diff | annotate
4 weeks ago Mike Becker fix unicode tests not working on all platforms file | diff | annotate
7 weeks ago Mike Becker fix memory leaks file | diff | annotate
7 weeks ago Mike Becker add test and implementation for malformed escape sequences file | diff | annotate
7 weeks ago Mike Becker add missing test coverage for escape sequences file | diff | annotate
7 weeks ago Olaf Wintermann implement decoder for utf16 surrogate pairs in unescape_string file | diff | annotate
7 weeks ago Olaf Wintermann implement unicode escape sequences in json unescape_string function file | diff | annotate
7 weeks ago Mike Becker remove token_escape bool from CxJson struct file | diff | annotate
8 weeks ago Mike Becker fix wrong accidental unicode escaping file | diff | annotate
2 months ago Mike Becker make escaping slashes optional - fixes #569 file | diff | annotate
2 months ago Mike Becker implement string escape - resolves #526 file | diff | annotate
2 months ago Mike Becker add fractional number formatting - relates to #526 file | diff | annotate
2 months 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
3 months ago Mike Becker increase test coverage file | diff | annotate
3 months ago Mike Becker fix that cxBufferSeek() cannot move pos past the end - fixes #523 file | diff | annotate
3 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
(0) tip

mercurial