Index of /SDK/HandsomeMod/build_dir/hostpkg/json-c-0.15

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]CMakeFiles/2024-11-06 14:15 -  
[DIR]apps/2024-11-06 14:15 -  
[DIR]bench/2020-07-26 22:53 -  
[DIR]cmake/2020-07-26 22:53 -  
[DIR]fuzz/2020-07-26 22:53 -  
[DIR]tests/2020-07-26 22:53 -  
[   ]NEWS2020-07-26 22:53 18  
[   ]check-version-script.sym2024-11-06 14:15 20  
[   ]README2020-07-26 22:53 29  
[   ]INSTALL2020-07-26 22:53 46  
[TXT]json_config.h.in2020-07-26 22:53 91  
[TXT]json_config.h2024-11-06 14:15 93  
[TXT]json_config.h.win322020-07-26 22:53 143  
[TXT]apps_config.h2024-11-06 14:15 214  
[TXT]math_compat.h2024-11-06 14:15 251  
[   ]json-c.pc.in2020-07-26 22:53 260  
[TXT]strerror_override_private.h2020-07-26 22:53 306  
[TXT]json_c_version.c2020-07-26 22:53 363  
[TXT]strdup_compat.h2020-07-26 22:53 363  
[TXT]json_inttypes.h2020-07-26 22:53 372  
[   ]json-c.pc2024-11-06 14:15 392  
[TXT]random_seed.h2020-07-26 22:53 506  
[TXT]strerror_override.h2020-07-26 22:53 509  
[TXT]libjson.c2020-07-26 22:53 603  
[   ]appveyor.yml2020-07-26 22:53 771  
[TXT]json.h2020-07-26 22:53 810  
[   ]json-c-config.cmake2024-11-06 14:15 968  
[TXT]snprintf_compat.h2020-07-26 22:53 968  
[   ]AUTHORS2020-07-26 22:53 1.1K 
[TXT]vasprintf_compat.h2020-07-26 22:53 1.1K 
[TXT]STYLE.txt2020-07-26 22:53 1.1K 
[TXT]json_c_version.h2020-07-26 23:09 1.3K 
[TXT]debug.c2020-07-26 22:53 1.4K 
[   ]Android.configure.mk2020-07-26 22:53 1.5K 
[TXT]json_types.h2020-07-26 22:53 1.6K 
[TXT]install_manifest.txt2024-11-06 14:15 1.6K 
[TXT]README.html2020-07-26 22:53 1.7K 
[   ]cmake-configure2020-07-26 22:53 1.9K 
[   ]COPYING2020-07-26 22:53 2.2K 
[TXT]json_object_private.h2020-07-26 22:53 2.2K 
[TXT]strerror_override.c2020-07-26 22:53 2.2K 
[TXT]arraylist.h2020-07-26 22:53 2.4K 
[TXT]debug.h2020-07-26 22:53 2.6K 
[TXT]json_visit.h2020-07-26 22:53 3.1K 
[TXT]json_util.h2020-07-26 22:53 3.5K 
[TXT]printbuf.c2020-07-26 22:53 3.8K 
[TXT]json_visit.c2020-07-26 22:53 3.9K 
[   ]json-c.sym2020-07-26 22:53 3.9K 
[   ]CPackConfig.cmake2024-11-06 14:15 4.1K 
[TXT]printbuf.h2020-07-26 22:53 4.2K 
[TXT]json_object_iterator.c2020-07-26 22:53 4.5K 
[TXT]RELEASE_CHECKLIST.txt2020-07-26 22:53 4.7K 
[TXT]arraylist.c2020-07-26 22:53 4.8K 
[   ]CPackSourceConfig.cmake2024-11-06 14:15 4.8K 
[TXT]json_pointer.h2020-07-26 22:53 4.9K 
[TXT]config.h2024-11-06 14:15 5.5K 
[TXT]random_seed.c2020-07-26 22:53 5.5K 
[TXT]json_util.c2020-07-26 22:53 6.4K 
[TXT]json_pointer.c2020-07-26 22:53 6.8K 
[TXT]json_object_iterator.h2020-07-26 22:53 8.2K 
[   ]cmake_install.cmake2024-11-06 14:15 9.4K 
[TXT]README.md2020-07-26 22:53 10K 
[TXT]linkhash.h2020-07-26 22:53 10K 
[TXT]json_tokener.h2020-07-26 22:53 10K 
[TXT]CMakeLists.txt2024-11-06 14:15 17K 
[TXT]issues_closed_for_0.14.md2020-07-26 22:53 20K 
[TXT]linkhash.c2020-07-26 22:53 21K 
[   ]Makefile2024-11-06 14:15 24K 
[TXT]CMakeCache.txt2024-11-06 14:15 25K 
[   ]ChangeLog2020-07-26 22:53 25K 
[TXT]issues_closed_for_0.13.md2020-07-26 22:53 27K 
[TXT]json_tokener.c2020-07-26 22:53 34K 
[TXT]json_object.h2020-07-26 22:53 42K 
[TXT]json_object.c2020-07-26 22:53 47K 
[   ]libjson-c.so2024-11-06 14:15 84K 
[   ]libjson-c.so.52024-11-06 14:15 84K 
[   ]libjson-c.so.5.1.02024-11-06 14:15 84K 
[   ]libjson-c.a2024-11-06 14:15 146K 

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.