Index of /openwrt_2203/build_dir/target-powerpc_8540_musl/json-c-0.15

Icon  Name                                              Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] tests/ 2020-07-26 16:53 - [DIR] ipkg-powerpc_8540/ 2023-02-08 10:29 - [DIR] ipkg-install/ 2023-02-08 10:29 - [DIR] fuzz/ 2020-07-26 16:53 - [DIR] cmake/ 2020-07-26 16:53 - [DIR] bench/ 2020-07-26 16:53 - [DIR] apps/ 2023-02-08 10:29 - [DIR] CMakeFiles/ 2023-02-08 10:29 - [TXT] vasprintf_compat.h 2020-07-26 16:53 1.1K [TXT] strerror_override_private.h 2020-07-26 16:53 306 [TXT] strerror_override.h 2020-07-26 16:53 509 [TXT] strerror_override.c 2020-07-26 16:53 2.2K [TXT] strdup_compat.h 2020-07-26 16:53 363 [TXT] snprintf_compat.h 2020-07-26 16:53 968 [TXT] random_seed.h 2020-07-26 16:53 506 [TXT] random_seed.c 2020-07-26 16:53 5.5K [TXT] printbuf.h 2020-07-26 16:53 4.2K [TXT] printbuf.c 2020-07-26 16:53 3.8K [TXT] math_compat.h 2020-07-26 16:53 898 [TXT] linkhash.h 2020-07-26 16:53 10K [TXT] linkhash.c 2020-07-26 16:53 21K [TXT] libjson.c 2020-07-26 16:53 603 [   ] libjson-c.so.5.1.0 2023-02-08 10:29 147K [   ] libjson-c.so.5 2023-02-08 10:29 147K [   ] libjson-c.so 2023-02-08 10:29 147K [TXT] libjson-c.a 2023-02-08 10:29 142K [TXT] json_visit.h 2020-07-26 16:53 3.1K [TXT] json_visit.c 2020-07-26 16:53 3.9K [TXT] json_util.h 2020-07-26 16:53 3.5K [TXT] json_util.c 2020-07-26 16:53 6.4K [TXT] json_types.h 2020-07-26 16:53 1.6K [TXT] json_tokener.h 2020-07-26 16:53 10K [TXT] json_tokener.c 2020-07-26 16:53 34K [TXT] json_pointer.h 2020-07-26 16:53 4.9K [TXT] json_pointer.c 2020-07-26 16:53 6.8K [TXT] json_object_private.h 2020-07-26 16:53 2.2K [TXT] json_object_iterator.h 2020-07-26 16:53 8.2K [TXT] json_object_iterator.c 2020-07-26 16:53 4.5K [TXT] json_object.h 2020-07-26 16:53 42K [TXT] json_object.c 2020-07-26 16:53 47K [TXT] json_inttypes.h 2020-07-26 16:53 372 [TXT] json_config.h.win32 2020-07-26 16:53 143 [TXT] json_config.h.in 2020-07-26 16:53 91 [TXT] json_config.h 2023-02-08 10:29 93 [TXT] json_c_version.h 2020-07-26 17:09 1.3K [TXT] json_c_version.c 2020-07-26 16:53 363 [TXT] json.h 2020-07-26 16:53 810 [TXT] json-c.sym 2020-07-26 16:53 3.9K [   ] json-c.pc.in 2020-07-26 16:53 260 [   ] json-c.pc 2023-02-08 10:29 236 [TXT] json-c-config.cmake 2023-02-08 10:29 1.3K [TXT] issues_closed_for_0.14.md 2020-07-26 16:53 20K [TXT] issues_closed_for_0.13.md 2020-07-26 16:53 27K [TXT] install_manifest.txt 2023-02-08 10:29 760 [TXT] debug.h 2020-07-26 16:53 2.6K [TXT] debug.c 2020-07-26 16:53 1.4K [TXT] config.h 2023-02-08 10:29 5.5K [TXT] cmake_install.cmake 2023-02-08 10:29 8.3K [TXT] cmake-configure 2020-07-26 16:53 1.9K [   ] check-version-script.sym 2023-02-08 10:29 20 [TXT] build.ninja 2023-02-08 10:29 66K [TXT] arraylist.h 2020-07-26 16:53 2.4K [TXT] arraylist.c 2020-07-26 16:53 4.8K [   ] appveyor.yml 2020-07-26 16:53 771 [TXT] apps_config.h 2023-02-08 10:29 214 [TXT] STYLE.txt 2020-07-26 16:53 1.1K [TXT] RELEASE_CHECKLIST.txt 2020-07-26 16:53 4.7K [TXT] NEWS 2020-07-26 16:53 18 [   ] INSTALL 2020-07-26 16:53 46 [TXT] ChangeLog 2020-07-26 16:53 25K [TXT] CPackSourceConfig.cmake 2023-02-08 10:29 5.3K [TXT] CPackConfig.cmake 2023-02-08 10:29 4.3K [TXT] COPYING 2020-07-26 16:53 2.2K [TXT] CMakeLists.txt 2023-02-08 10:28 17K [TXT] CMakeCache.txt 2023-02-08 10:29 26K [TXT] Android.configure.mk 2020-07-26 16:53 1.5K [   ] AUTHORS 2020-07-26 16:53 1.1K
JSON-C - A JSON implementation in C

JSON-C - A JSON implementation in C

Overview

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.

Building

To setup JSON-C to build on your system please run configure and make.

If you are on Win32 cmake is required, generally:

Documentation

Doxygen generated documentation exists here.

GIT Reposository

git clone https://github.com/json-c/json-c.git

Mailing List

Send email to json-c <at> googlegroups <dot> com

License

This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.