repo/extra/json-c
2023-03-05 17:34:06 -06:00
..
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums *: b3sum 2022-11-21 17:17:17 +05:30
depends json-c: 0.15 2021-07-08 10:53:00 +03:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources *: remove VERSION markers 2023-03-02 18:00:45 +05:30
version json-c: 0.16 2022-04-20 09:47:19 +00:00

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