cancel
Showing results for 
Search instead for 
Did you mean: 

How to use and write JSON language in STM32CUBEIDE?

SVerm.3
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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.

View solution in original post

1 REPLY 1
Peter BENSCH
ST Employee

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.