Index of /doc/json-c

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]ChangeLog2024-09-15 16:22 30K 
[   ]INSTALL2024-09-15 16:22 46  
[   ]NEWS2024-09-15 16:22 18  
[   ]README2024-09-15 16:22 29  
[TXT]README.html2024-09-15 16:22 1.7K 
[TXT]README.md2024-09-15 16:22 12K 
[DIR]doc/2024-09-15 16:22 -  

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.