Name Last modified Size Description
Parent Directory -
CMakeFiles/ 2023-02-08 10:29 -
apps/ 2023-02-08 10:29 -
bench/ 2020-07-26 16:53 -
cmake/ 2020-07-26 16:53 -
fuzz/ 2020-07-26 16:53 -
ipkg-install/ 2023-02-08 10:29 -
ipkg-powerpc_8540/ 2023-02-08 10:29 -
tests/ 2020-07-26 16:53 -
AUTHORS 2020-07-26 16:53 1.1K
Android.configure.mk 2020-07-26 16:53 1.5K
CMakeCache.txt 2023-02-08 10:29 26K
CMakeLists.txt 2023-02-08 10:28 17K
COPYING 2020-07-26 16:53 2.2K
CPackConfig.cmake 2023-02-08 10:29 4.3K
CPackSourceConfig.cmake 2023-02-08 10:29 5.3K
ChangeLog 2020-07-26 16:53 25K
INSTALL 2020-07-26 16:53 46
NEWS 2020-07-26 16:53 18
RELEASE_CHECKLIST.txt 2020-07-26 16:53 4.7K
STYLE.txt 2020-07-26 16:53 1.1K
apps_config.h 2023-02-08 10:29 214
appveyor.yml 2020-07-26 16:53 771
arraylist.c 2020-07-26 16:53 4.8K
arraylist.h 2020-07-26 16:53 2.4K
build.ninja 2023-02-08 10:29 66K
check-version-script.sym 2023-02-08 10:29 20
cmake-configure 2020-07-26 16:53 1.9K
cmake_install.cmake 2023-02-08 10:29 8.3K
config.h 2023-02-08 10:29 5.5K
debug.c 2020-07-26 16:53 1.4K
debug.h 2020-07-26 16:53 2.6K
install_manifest.txt 2023-02-08 10:29 760
issues_closed_for_0.13.md 2020-07-26 16:53 27K
issues_closed_for_0.14.md 2020-07-26 16:53 20K
json-c-config.cmake 2023-02-08 10:29 1.3K
json-c.pc 2023-02-08 10:29 236
json-c.pc.in 2020-07-26 16:53 260
json-c.sym 2020-07-26 16:53 3.9K
json.h 2020-07-26 16:53 810
json_c_version.c 2020-07-26 16:53 363
json_c_version.h 2020-07-26 17:09 1.3K
json_config.h 2023-02-08 10:29 93
json_config.h.in 2020-07-26 16:53 91
json_config.h.win32 2020-07-26 16:53 143
json_inttypes.h 2020-07-26 16:53 372
json_object.c 2020-07-26 16:53 47K
json_object.h 2020-07-26 16:53 42K
json_object_iterator.c 2020-07-26 16:53 4.5K
json_object_iterator.h 2020-07-26 16:53 8.2K
json_object_private.h 2020-07-26 16:53 2.2K
json_pointer.c 2020-07-26 16:53 6.8K
json_pointer.h 2020-07-26 16:53 4.9K
json_tokener.c 2020-07-26 16:53 34K
json_tokener.h 2020-07-26 16:53 10K
json_types.h 2020-07-26 16:53 1.6K
json_util.c 2020-07-26 16:53 6.4K
json_util.h 2020-07-26 16:53 3.5K
json_visit.c 2020-07-26 16:53 3.9K
json_visit.h 2020-07-26 16:53 3.1K
libjson-c.a 2023-02-08 10:29 142K
libjson-c.so 2023-02-08 10:29 147K
libjson-c.so.5 2023-02-08 10:29 147K
libjson-c.so.5.1.0 2023-02-08 10:29 147K
libjson.c 2020-07-26 16:53 603
linkhash.c 2020-07-26 16:53 21K
linkhash.h 2020-07-26 16:53 10K
math_compat.h 2020-07-26 16:53 898
printbuf.c 2020-07-26 16:53 3.8K
printbuf.h 2020-07-26 16:53 4.2K
random_seed.c 2020-07-26 16:53 5.5K
random_seed.h 2020-07-26 16:53 506
snprintf_compat.h 2020-07-26 16:53 968
strdup_compat.h 2020-07-26 16:53 363
strerror_override.c 2020-07-26 16:53 2.2K
strerror_override.h 2020-07-26 16:53 509
strerror_override_private.h 2020-07-26 16:53 306
vasprintf_compat.h 2020-07-26 16:53 1.1K
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. It aims to conform to RFC 7159.
To setup JSON-C to build on your system please run configure and make.
If you are on Win32 cmake is required, generally:
Doxygen generated documentation exists here.
git clone https://github.com/json-c/json-c.git
json-c <at> googlegroups <dot> com
This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.