Microblaze: added architecture support for both big endian and low endian
[buildroot-gz.git] / package / json-c / Config.in
blobdbdd75bf5822216074c0d6fc02e28b9d622f31ed
1 config BR2_PACKAGE_JSON_C
2         bool "json-c"
3         help
4           JSON-C - A JSON implementation in C
6           JSON-C implements a reference counting object model that
7           allows you to easily construct JSON objects in C, output
8           them as JSON formatted strings and parse JSON formatted
9           strings back into the C representation of JSON objects.
11           http://oss.metaparadigm.com/json-c/