OVMS3-idf/components/jsmn/Kconfig
2019-11-28 16:44:16 +03:00

17 lines
328 B
Plaintext

menu "jsmn"
config JSMN_PARENT_LINKS
bool "Enable parent links"
default n
help
You can access to parent node of parsed json
config JSMN_STRICT
bool "Enable strict mode"
default n
help
In strict mode primitives are: numbers and booleans
endmenu