espressif_idf-extra-components/json_generator
Piyush Shah f9dfc02581 json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
..
include json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
src json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
CMakeLists.txt json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
LICENSE json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
README.md json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
idf_component.yml json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30

README.md

JSON Generator

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