2
1

Config.in 365 B

1234567891011
  1. config BR2_PACKAGE_JSON_C
  2. bool "json-c"
  3. help
  4. JSON-C - A JSON implementation in C
  5. JSON-C implements a reference counting object model that
  6. allows you to easily construct JSON objects in C, output
  7. them as JSON formatted strings and parse JSON formatted
  8. strings back into the C representation of JSON objects.
  9. http://oss.metaparadigm.com/json-c/