2021-07-17 05:38 AM
Hi Guys,
I´m working with STM32F429ZI and I´d like integrate a project with json library. What is the best way? Are there ST json library? to STM32?
Where can I find examples?
Thanks,
Geraldo.
2021-07-30 06:27 AM
Hi I decided use cJson.
2021-07-30 06:39 AM
Depends on what do you want to do with JSON, only parse or only generate.
For parsing purpose, you may look at this one too: https://github.com/MaJerle/lwjson
2021-07-30 07:17 AM
Thanks Majerle. In stm32 board I´d like generate a message to send to server. In server I intend use java or C/C++ programs to parse and persist the messages.