Page 1 of 1

adding JSON library example

Posted: Sat Feb 19, 2022 2:10 pm
by djoshi
Hi All

I am working on the following samples project:

https://github.com/Azure-Samples/iot-mi ... SSIF/esp32

I need to send a JSON string.

Is there any function or library that can create the JSON parse to string automatically?

Re: adding JSON library example

Posted: Wed Feb 23, 2022 6:53 am
by ESP_laukik-hase
Hello,

You can use JSON (https://github.com/espressif/esp-idf/tr ... nents/json) present in ESP-IDF.

Thanks,
Laukik

Re: adding JSON library example

Posted: Wed Feb 23, 2022 11:28 am
by djoshi
Thanks I got it working