STM32 and json
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-17 5: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.
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-30 6:27 AM
Hi I decided use cJson.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-30 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-30 7: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.
