json-c icon indicating copy to clipboard operation
json-c copied to clipboard

https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

Results 52 json-c issues
Sort by recently updated
recently updated
newest added

String may contains null byte, ex "foo\u0000bar" While json-c 0.11 allow to decode such value, I don't find an easy solution to decode such key in an object. Ex :...

new-feature

First 3 patches from PR https://github.com/json-c/json-c/pull/702 Signed-off-by: Alexandru Ardelean

Initially I wanted to also do a function that generates the JSON patch from two JSON documents, but even just applying the JSON patch was a bit of work, especially...

new-feature

Note: for general questions and comments, please use the forums at: https://groups.google.com/forum/#!forum/json-c **Describe the bug** This JSON library has a dependency on getrandom from the math library libM which can't...

The download page includes a link to `json-c-0.15-nodoc.tar.gz`, similar to "nodoc" variants for many previous releases. However, the cmake build system does not work with the "doc" subfolder simply missing:...

adding stdint typedefs and if you like to, you could add ```c #if defined (_MSC_VER) && _MSC_VER < 1600 #define MISSING_STDINT_H #endif ``` up front... Feel free to close this...

Note: for general questions and comments, please use the forums at: https://groups.google.com/forum/#!forum/json-c **Describe the bug** When using `json_tokener_parse_ex` The parser does not correctly parse `null` (4 bytes), returning `json_tokener_continue`. To...

Hi, @hawicz! I contacted you in June about deploying the new tool TrustInSoft CI on JSON-C: https://github.com/json-c/json-c/issues/641 At the time you gave me valuable feedback concerning both what you found...

As a followup-up to the discussion in https://github.com/json-c/json-c/commit/c2c94024f5d15c2fe36c72cb139df6a2ccd9b3ec: > Probably a better way to track the history of symbols is in documentation, like the "Since: 2.32" seen in the doc-comments...