cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 and json

Geraldo Pereira
Associate II

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.

3 REPLIES 3
Geraldo Pereira
Associate II

Hi I decided use cJson.

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

Geraldo Pereira
Associate II

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.