3abcdc5cd3
json-c website and download locations have changed, the project is now hosted on Github. Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
config BR2_PACKAGE_JSON_C
|
|
bool "json-c"
|
|
help
|
|
JSON-C - A JSON implementation in 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.
|
|
|
|
https://github.com/json-c/json-c/
|