2012-06-12 18:40:32 +02:00
|
|
|
config BR2_PACKAGE_CJSON
|
|
|
|
bool "cJSON"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
An ultra-lightweight, portable, single-file, simple-as-can-be
|
|
|
|
ANSI-C compliant JSON parser, under MIT license.
|
2012-06-12 18:40:32 +02:00
|
|
|
|
2016-12-03 20:47:45 +01:00
|
|
|
https://github.com/DaveGamble/cJSON
|
2022-07-20 16:49:30 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_CJSON
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CJSON_UTILS
|
|
|
|
bool "cJSON utils"
|
|
|
|
help
|
|
|
|
Supplementary library with support for JSON Pointer
|
|
|
|
(RFC-6901), JSON Patch (RFC-6902), JSON Merge Patch
|
|
|
|
(RFC-7386), and more.
|
|
|
|
|
|
|
|
endif
|