repo/extra/json-c
Owen Rafferty 997d3223ea
json-c: 0.17
2023-08-21 18:06:37 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums json-c: 0.17 2023-08-21 18:06:37 -05:00
depends json-c: 0.15 2021-07-08 10:53:00 +03:00
sources json-c: 0.17 2023-08-21 18:06:37 -05:00
version json-c: 0.17 2023-08-21 18:06:37 -05: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