:orphan: .. title:: JSON_LIBRARY .. option:: CONFIG_JSON_LIBRARY *Build JSON library* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :option:`JWT ` - \ :option:`HAWKBIT ` - \ :option:`UPDATEHUB ` Kconfig definition ================== At ``/os/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig 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.)*