8 weeks ago |
Mike Becker |
last minute fixes for issue #548
|
file |
diff |
annotate
|
8 weeks ago |
Olaf Wintermann |
fix some typos - issue #548
|
file |
diff |
annotate
|
8 weeks ago |
Mike Becker |
add support for building windows DLLs - resolves #582
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
remove token_escape bool from CxJson struct
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
make escaping slashes optional - fixes #569
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add fractional number formatting - relates to #526
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
refine docs for json.h - issue #548
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
implement index array to preserve order of json object members
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
remove idea for an array wrapping feature - relates to #526
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add functions to create default JSON writers - relates to #526
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
first mvp for the json writer - relates to #526
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
optimize cxJsonObjGet() part 1 - binary search
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
avoid copying the filled data in the json parser when possible - fixes #530
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add documentation for json value creation API
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add implementation for creating new json values
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add missing libc string.h include
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
generify cxJsonObjGet() - fixes #525
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add cxJsonArrIter() - fixes #524
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add cxJsonReset() and cxPropertiesReset()
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add documentation - resolves #431
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
minor cleanup
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
fix that cxBufferSeek() cannot move pos past the end - fixes #523
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add status codes to json parser - relates to #431
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
simplify how the json parser works
|
file |
diff |
annotate
|
4 months ago |
Olaf Wintermann |
add support for allocators to the json parser
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
make ucx C++ compatible again (and add tests for it) - fixes #486
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
major refactoring of attributes
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
fix copy-pasted parameter name
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
add UCX string support to cxJsonFill()
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
simplify parsing of array and object elements
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
treat integers and doubles both as JSON numbers
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
remove single-member structs
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
use cx_array_add() instead of reimplementing the magic
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
avoid state buffer allocation for JSON with reasonable nesting depth
|
file |
diff |
annotate
|
5 months ago |
Mike Becker |
add first draft of json implementation - relates to #431
|
file |
diff |
annotate
|