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

http://json-c.github.io/json-c/ still lists json-c-0.15 as the current release, but json-c-0.16 has been released. The doc update for 0.16 was incomplete and not published. Compare the ghpages/index.html update for 0.16 with...

Note: for general questions and comments, please use the forums at: https://groups.google.com/g/json-c **Describe the bug** On some systems, json-c uses `arc4random()`, but then the linker fails to find it. See...

The Android.configure.mk file is a wrapper around the rest of the autoconf, configure and build process to be able to build on Android, but now with the autoconf machinery removed...

**Describe the bug** Will not build with CMAKE prior to version 2.8.12 **Steps To Reproduce** Try to build with version CMAKE < 2.8.12 **Version and Platform** - json-c version: [e.g....

This option enable color in json_object_to_json_string_ext. I've try to made something similar to jq output, but I color true/false and null in purple, as it's what is common color scheme...

**Describe the bug** Checking out code from GItHub the build fails ld because CMake!? doesn't know what to do with Apple Silicon M1 (arm64) **Steps To Reproduce** git clone https://github.com/json-c/json-c.git...

Do not silently truncate values or skip entries if out of memory errors occur. Proof of Concept: - Create poc.c, a program which creates an eight megabyte large json object...

This allows keys to contain null characters (`\u0000`). While there were no changes made to the `json_object_object_*` functions, there were some changes needed for some of the others. This tries...

**Describe the bug** When including `json-c` in one's `CMakeLists.txt` through `FetchContent_*` functions, a conflict occurs that makes `gtest_discover_tests` misbehave. I've reproduced the error with both MSVC (VS2019) and MSYS+mingw (g++...