/ components / jsmn / Kconfig
Kconfig
 1  menu "jsmn"
 2  
 3  
 4      config JSMN_PARENT_LINKS
 5          bool "Enable parent links"
 6          default n
 7          help
 8              You can access to parent node of parsed json
 9  
10      config JSMN_STRICT
11          bool "Enable strict mode"
12          default n
13          help
14              In strict mode primitives are: numbers and booleans
15  
16  endmenu