1config 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 8 JSON-C implements a reference counting object model that 9 allows you to easily construct JSON objects in C, output 10 them as JSON formatted strings and parse JSON formatted 11 strings back into the C representation of JSON objects. 12 13 https://github.com/json-c/json-c/ 14