Config.in 438 B

12345678910111213
  1. config BR2_PACKAGE_JSON_C
  2. bool "json-c"
  3. # uses __sync_val_compare_and_swap_4
  4. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  5. help
  6. JSON-C - A JSON implementation in C
  7. JSON-C implements a reference counting object model that
  8. allows you to easily construct JSON objects in C, output
  9. them as JSON formatted strings and parse JSON formatted
  10. strings back into the C representation of JSON objects.
  11. https://github.com/json-c/json-c/