diff options
Diffstat (limited to 'package/json-c/Config.in')
-rw-r--r-- | package/json-c/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/json-c/Config.in b/package/json-c/Config.in new file mode 100644 index 000000000..dbdd75bf5 --- /dev/null +++ b/package/json-c/Config.in @@ -0,0 +1,11 @@ +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. + + http://oss.metaparadigm.com/json-c/ |