The latest development version of this page may be more current than this released 1.14.1 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:9

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:17

Menu path: (top menu) → Additional libraries → OS Support Library

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

(Definitions include propagated dependencies, including from if’s and menus.)