espressif_idf-extra-components/jsmn/Kconfig

23 lines
483 B
Plaintext
Raw Normal View History

menu "jsmn"
config JSMN_PARENT_LINKS
bool "Enable parent links"
default n
help
2022-04-07 12:40:17 +02:00
You can access parent node of parsed json
config JSMN_STRICT
bool "Enable strict mode"
default n
help
In strict mode primitives are: numbers and booleans
2022-04-07 12:40:17 +02:00
config JSMN_STATIC
bool "Declare JSMN API as static"
default node
help
Declar JSMN API as static (instead of extern)
endmenu