1 config BR2_PACKAGE_JSON_C
3 # uses __sync_val_compare_and_swap_4
4 depends on BR2_TOOLCHAIN_HAS_SYNC_4
6 JSON-C - A JSON implementation in C
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.
13 https://github.com/json-c/json-c/