2021-02-11 02:32 AM
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?
Solved! Go to Solution.
2021-02-11 04:27 AM
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
2021-02-11 04:27 AM
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