Skip to content

Example of JSON Serialize and Deserialize in ESP-IDF

License

Notifications You must be signed in to change notification settings

andreacantadori/esp-idf-json

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.2%
  • Makefile 8.0%
  • CMake 7.8%