OVMS3-idf/components/jsmn/Kconfig

17 lines
328 B
Plaintext
Raw Normal View History

2019-11-28 13:15:50 +00:00
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