Index of /rcar/s4sk/build/build-s4sk-gateway/tmp/work/x86_64-linux/json-c-native/0.13.1-r0/json-c-0.13.1

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AUTHORS2017-11-30 13:41 165  
[TXT]Android.configure.mk2017-11-30 13:41 1.5K 
[TXT]CMakeLists.txt2018-03-06 13:02 4.4K 
[TXT]COPYING2017-11-30 13:41 2.2K 
[TXT]ChangeLog2018-03-06 12:55 16K 
[TXT]Doxyfile2018-03-06 13:02 100K 
[TXT]INSTALL2024-11-07 12:33 15K 
[   ]Makefile.am2018-03-06 13:13 2.4K 
[TXT]Makefile.in2024-11-07 12:33 39K 
[TXT]NEWS2017-11-30 13:41 18  
[TXT]RELEASE_CHECKLIST.txt2017-12-10 05:03 3.2K 
[TXT]STYLE.txt2017-11-30 13:41 1.6K 
[TXT]aclocal.m42024-11-07 12:32 40K 
[   ]appveyor.yml2017-11-30 13:41 1.0K 
[TXT]arraylist.c2024-11-07 12:29 3.5K 
[TXT]arraylist.h2017-12-07 13:55 1.5K 
[DIR]autoconf-archive/2017-11-30 13:41 -  
[   ]autogen.sh2017-11-30 13:41 276  
[DIR]autom4te.cache/2024-11-07 12:33 -  
[TXT]bits.h2017-12-06 08:48 755  
[TXT]compile2024-11-07 12:33 7.2K 
[TXT]config.guess2024-11-07 12:33 47K 
[TXT]config.h.in2024-11-07 12:33 4.9K 
[TXT]config.h.win322018-03-06 13:02 5.7K 
[TXT]config.sub2024-11-07 12:33 31K 
[TXT]configure2024-11-07 12:33 451K 
[   ]configure.ac2024-11-07 12:29 6.0K 
[TXT]debug.c2017-11-30 13:41 1.4K 
[TXT]debug.h2017-12-06 13:53 1.7K 
[TXT]depcomp2024-11-07 12:33 23K 
[DIR]doc/2018-03-06 13:18 -  
[DIR]fuzz/2018-03-05 12:43 -  
[TXT]install-sh2024-11-07 12:33 15K 
[TXT]issues_closed_for_0.13.md2017-12-06 07:59 25K 
[   ]json-c-uninstalled.pc.in2017-11-30 13:41 218  
[   ]json-c.pc.in2017-11-30 13:41 244  
[TXT]json.h2017-12-06 13:53 810  
[TXT]json_c_version.c2017-11-30 13:41 364  
[TXT]json_c_version.h2018-03-06 13:02 1.2K 
[TXT]json_config.h.in2017-11-30 13:41 91  
[TXT]json_config.h.win322017-11-30 13:41 143  
[TXT]json_inttypes.h2017-12-06 14:04 350  
[TXT]json_object.c2017-12-26 05:17 36K 
[TXT]json_object.h2018-03-05 12:39 37K 
[TXT]json_object_iterator.c2017-12-06 08:43 4.5K 
[TXT]json_object_iterator.h2017-12-06 08:43 8.1K 
[TXT]json_object_private.h2017-12-06 14:03 1.5K 
[TXT]json_pointer.c2017-11-30 13:41 6.6K 
[TXT]json_pointer.h2017-12-06 14:18 4.7K 
[TXT]json_tokener.c2017-12-05 23:16 29K 
[TXT]json_tokener.h2017-12-06 14:18 6.9K 
[TXT]json_util.c2017-11-30 13:41 5.4K 
[TXT]json_util.h2017-12-07 08:06 2.9K 
[TXT]json_visit.c2017-12-05 13:44 3.9K 
[TXT]json_visit.h2017-12-06 14:15 3.1K 
[TXT]libjson.c2017-11-30 13:41 624  
[TXT]linkhash.c2024-11-07 12:29 21K 
[TXT]linkhash.h2017-12-07 13:55 11K 
[   ]ltmain.sh2024-11-07 12:32 321K 
[DIR]m4/2024-11-07 12:32 -  
[TXT]math_compat.h2017-12-06 14:04 644  
[TXT]missing2024-11-07 12:33 6.7K 
[DIR]patches/2024-11-07 12:29 -  
[TXT]printbuf.c2024-11-07 12:29 3.8K 
[TXT]printbuf.h2017-12-07 13:55 3.8K 
[TXT]random_seed.c2017-11-30 13:41 4.3K 
[TXT]random_seed.h2017-12-06 14:04 502  
[TXT]snprintf_compat.h2017-12-06 14:04 943  
[TXT]strdup_compat.h2017-12-06 14:04 367  
[TXT]strerror_override.c2017-11-30 13:41 2.0K 
[TXT]strerror_override.h2017-12-06 14:05 510  
[TXT]strerror_override_private.h2017-12-06 14:05 276  
[TXT]test-driver2024-11-07 12:33 4.5K 
[DIR]tests/2024-11-07 12:33 -  
[TXT]vasprintf_compat.h2017-12-06 14:05 1.0K 

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 and Win32 specific notes can be found 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.