xref: /OK3568_Linux_fs/buildroot/package/json-c/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_JSON_C
2*4882a593Smuzhiyun	bool "json-c"
3*4882a593Smuzhiyun	# uses __sync_val_compare_and_swap_4
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  JSON-C - A JSON implementation in C
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  JSON-C implements a reference counting object model that
9*4882a593Smuzhiyun	  allows you to easily construct JSON objects in C, output
10*4882a593Smuzhiyun	  them as JSON formatted strings and parse JSON formatted
11*4882a593Smuzhiyun	  strings back into the C representation of JSON objects.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/json-c/json-c/
14