Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / json-c / Config.in
1 config BR2_PACKAGE_JSON_C
2         bool "json-c"
3         help
4           JSON-C - A JSON implementation in C
5
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.
10
11           https://github.com/json-c/json-c/