2022-12-16 02:13 AM
Hello everyone
i am building project which is use to monitor the room temperature and humidity and CO2 level but i want send this data into JSON format to web server but i didn't find the any library that generate and parse data for stm32 micro controllers.
Can someone suggest a JSON library or anybody have experiance using json format in st micro controllers.
i am still newbie in st world so please help me.
Thanks in advance
2022-12-16 09:57 AM
2022-12-16 08:29 PM
Thank you for reply
i want to generate the JSON format too and store the generate JSON format into buffer. can please share some example code
2022-12-18 10:19 PM
Generating JSON isn't too hard, just check the JSON rules and throw all you need into a buffer.
You could use macros for some "repeating" JSON parts.