antusystem / esp-idf-json

Example of JSON Serialize and Deserialize in ESP-IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-idf-json

Example of JSON Serialize and Deserialize with ESP-IDF.

ESP-IDF includes this cJSON library (Version: 1.7.12).
You can use JSON components as standard.
But the documentation is very poor.
The official documentation for the JSON component is here.

Here is a example by Dave Gamble.

How to use

git clone https://github.com/nopnop2002/esp-idf-json
cd esp-idf-json/json-basic
make flash monitor

About

Example of JSON Serialize and Deserialize in ESP-IDF

License:MIT License


Languages

Language:C 84.1%Language:Makefile 8.0%Language:CMake 7.8%