xref: /OK3568_Linux_fs/buildroot/package/json-c/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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