The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_JSON_LIBRARY

Build JSON library

Type: bool

Help

Build a minimal JSON parsing/encoding library. Used by sample
applications such as the NATS client.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At lib/os/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:10

Menu path: (Top) → Additional libraries → OS Support Library

config JSON_LIBRARY
    bool "Build JSON library"
    help
      Build a minimal JSON parsing/encoding library. Used by sample
      applications such as the NATS client.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)