ESP32-Template/managed_components/espressif__json_parser
Jan Umbach f9f2f35f47 template 2023-08-14 00:06:48 +02:00
..
include template 2023-08-14 00:06:48 +02:00
src template 2023-08-14 00:06:48 +02:00
test template 2023-08-14 00:06:48 +02:00
.component_hash template 2023-08-14 00:06:48 +02:00
CMakeLists.txt template 2023-08-14 00:06:48 +02:00
LICENSE template 2023-08-14 00:06:48 +02:00
README.md template 2023-08-14 00:06:48 +02:00
idf_component.yml template 2023-08-14 00:06:48 +02:00

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