MeshTalos-Client/managed_components/espressif__json_parser
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
test 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 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