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

readme

# JSON Parser

[![Component Registry](https://components.espressif.com/components/espressif/json_parser/badge.svg)](https://components.espressif.com/components/espressif/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.3"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 76.2k times
  • Downloaded this version
    This version: 52.0k times

Badge

espressif/json_parser version: 1.0.3
|