1config BR2_PACKAGE_CJSON 2 bool "cJSON" 3 help 4 An ultra-lightweight, portable, single-file, simple-as-can-be 5 ANSI-C compliant JSON parser, under MIT license. 6 7 https://github.com/DaveGamble/cJSON 8 9if BR2_PACKAGE_CJSON 10 11config BR2_PACKAGE_CJSON_UTILS 12 bool "cJSON utils" 13 help 14 Supplementary library with support for JSON Pointer 15 (RFC-6901), JSON Patch (RFC-6902), JSON Merge Patch 16 (RFC-7386), and more. 17 18endif 19