uploaded 1 year ago
This is a simple, light weight JSON parser built on top of jsmn

readme

# 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

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/json_parser^1.0.1"

or download archive

Dependencies

  • espressif/jsmn ~1.1
  • Stats

    • Downloaded in total
      Downloaded in total 50.9k times
    • Downloaded this version
      This version: 26 times

    Badge

    espressif/json_parser version: 1.0.1
    |