cancel
Showing results for 
Search instead for 
Did you mean: 

which JSON library is good for generating and parsing for ST Micro controllers

Ali110
Associate II

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

3 REPLIES 3
Pavel A.
Evangelist III

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

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.