Kconfig 328 B

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