Skip to main content
SVerm.3
Associate III
February 11, 2021
Solved

How to use and write JSON language in STM32CUBEIDE?

  • February 11, 2021
  • 1 reply
  • 4084 views

How to use and write JSON language in STM32CUBEIDE? I am writing codes for my microcontroller for EV Charger so I have to use JSON formatting for communication with server so please help me asap?

This topic has been closed for replies.
Best answer by Peter BENSCH

JSON is not a language but a file format. You'd need a JSON parser to use it at a microcontroller, e.g. JMSN, the sources of which are available from Github.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Good luck!

/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
February 11, 2021

JSON is not a language but a file format. You'd need a JSON parser to use it at a microcontroller, e.g. JMSN, the sources of which are available from Github.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.