:orphan: .. title:: CONFIG_JSON_LIBRARY .. kconfig:: CONFIG_JSON_LIBRARY 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 =============================== - \ :kconfig:`JWT ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB ` Kconfig definition ================== At ``/os/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/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.)*