Skip to main content
Ali110
Associate II
December 16, 2022
Question

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

  • December 16, 2022
  • 3 replies
  • 7141 views

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

    This topic has been closed for replies.

    3 replies

    Pavel A.
    December 16, 2022
    Ali110
    Ali110Author
    Associate II
    December 17, 2022

    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

    LCE
    Principal II
    December 19, 2022

    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.