JSON implementation in C
http://oss.metaparadigm.com/%{name}
JSON-C implements a reference counting object model that allows you to
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / json-c
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/json-c && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000141 141 Bytes | |
baselibs.conf | 0000000011 11 Bytes | |
json-c-0.13.1.tar.gz | 0000639425 624 KB | |
json-c.changes | 0000011826 11.5 KB | |
json-c.spec | 0000004046 3.95 KB |
Revision 31 (latest revision is 48)
Marcus Meissner (msmeissn)
accepted
request 586115
from
Avindra Goolcharan (avindra)
(revision 31)
- json-c 0.13.1 * Add const size_t json_c_object_sizeof() * Avoid invalid free (and thus a segfault) when ref_count gets < 0 * Fix handling of custom double formats that include a ".0" * Avoid uninitialized variable warnings in json_object_object_foreach * Add a top level fuzz directory for fuzzers run by OSS-Fuzz * Fix build for certain uClibc based systems. * Bump sonum to 4.0 to avoid conflicts because some packagers made their own bump to ".so.3" for the older 0.12 release
Comments 0