:orphan: .. title:: CONFIG_CJSON_LIB .. kconfig:: CONFIG_CJSON_LIB CONFIG_CJSON_LIB ################ *cJSON library* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NEWLIB_LIBC ` || \ :kconfig:`EXTERNAL_LIBC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NRF_CLOUD ` - \ :kconfig:`AZURE_IOT_HUB_DPS ` - \ :kconfig:`MULTICELL_LOCATION ` Kconfig definition ================== At ``/modules/cjson/Kconfig:7`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:20`` Menu path: (Top) → Modules → cjson (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/cjson) .. code-block:: kconfig config CJSON_LIB bool "cJSON library" depends on NEWLIB_LIBC || EXTERNAL_LIBC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*