MeshTalos-Client/managed_components/espressif__json_generator
2025-12-03 14:20:11 +08:00
..
include first commit 2025-12-03 14:20:11 +08:00
src first commit 2025-12-03 14:20:11 +08:00
.component_hash first commit 2025-12-03 14:20:11 +08:00
CHECKSUMS.json first commit 2025-12-03 14:20:11 +08:00
CMakeLists.txt first commit 2025-12-03 14:20:11 +08:00
idf_component.yml first commit 2025-12-03 14:20:11 +08:00
LICENSE first commit 2025-12-03 14:20:11 +08:00
README.md first commit 2025-12-03 14:20:11 +08:00

JSON Generator

Component Registry

A simple JSON (JavasScript Object Notation) generator with flushing capability. Details of JSON can be found at http://www.json.org/. The JSON strings generated can be validated using any standard JSON validator. Eg. https://jsonlint.com/

Files

  • src/json_generator.c: Actual source file for the JSON generator with implementation of all APIS
  • include/json_generator.h: Header file documenting and exposing all available APIs

Usage

Include the C and H files in your project's build system and that should be enough. json_generator requires only standard library functions for compilation