CONFIG_CJSON_LIB

cJSON library

Type: bool

Help

Enable the cJSON Library

Direct dependencies

NEWLIB_LIBC || EXTERNAL_LIBC

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols that select this symbol

Kconfig definition

At <nRF>/ext/cjson/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:28<nRF>/ext/Kconfig:9

Menu path: (Top) → Modules → Nordic nRF Connect → External libraries

config CJSON_LIB
    bool "cJSON library"
    default n
    depends on NEWLIB_LIBC || EXTERNAL_LIBC
    help
      Enable the cJSON Library

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