espressif_idf-extra-components/json_parser/README.md

9 lines
289 B
Markdown

# JSON Parser
This is a simple, light weight JSON parser built on top of [jsmn](https://github.com/zserge/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