Page 1 of 1

JSON on ESP32S3

Posted: Wed Jul 24, 2024 7:43 am
by JoeJordan
Hello and greetings all!

What library can I use for working with JSON. I need to be able to read JSON structures and also creat JSON. What i have found online and in the Component Registers was not good.
I am open for suggestions and ideas from anyone who has worked with JSON on ESP chip.
My chip is esp32s3

Re: JSON on ESP32S3

Posted: Thu Jul 25, 2024 12:09 am
by ESP_Sprite
ESP-IDF comes with cJSON, I think most people use that.