repo/extra/json-c
git-bruh a77f189f2a
json-c: disable extra libs, closes #115
2022-09-30 18:25:52 +05:30
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build json-c: disable extra libs, closes #115 2022-09-30 18:25:52 +05:30
checksums json-c: 0.16 2022-04-20 09:47:19 +00:00
depends json-c: 0.15 2021-07-08 10:53:00 +03:00
sources json-c: use VERSION 2021-07-15 10:14:18 +03:00
version json-c: 0.16 2022-04-20 09:47:19 +00:00

README

json-c
________________________________________________________________________________

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. [0]

Upstream: https://github.com/json-c/json-c


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b json-c                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

No documentation is currently provided with the package, refer to online
documentation for the time being.


[003] References
________________________________________________________________________________

[0] https://github.com/json-c/json-c