Files
zephyr_json_cpp/README.md
Mickael Bosch f6484eccaa use LOG_INF
2026-04-01 12:32:47 +02:00

9 lines
263 B
Markdown

# Json c++
Wrap the Zephyr Json module to ease its usage for C++ development.
## Usage
- Include `zephyr_module.cmake` in the cmake file (eg. `include(${CMAKE_CURRENT_LIST_DIR}/zephyr_json_cpp/zephyr_module.cmake)`)
- Add `CONFIG_JSON_LIBRARY=y` to `prj.conf`