espressif_idf-extra-components/json_parser
Daniel Paul 458086bb45 Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
..
include json_parser: Minor changes as per changes in upstream json_parser 2022-06-24 10:20:41 +05:30
src json_parser: Minor changes as per changes in upstream json_parser 2022-06-24 10:20:41 +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 Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
idf_component.yml json_parser: Minor changes as per changes in upstream json_parser 2022-06-24 10:20:41 +05:30

README.md

JSON Parser

Component Registry

This is a simple, light weight JSON parser built on top of jsmn.

Files

  • src/json_parser.c: Source file which has all the logic for implementing the APIs built on top of JSMN
  • include/json_parser.h: Header file that exposes all APIs