mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
328 B
Plaintext
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
|