•
JSON (JavaScript Object Notation) is an open standard lightweight
data-interchange format. As a text document, it is easy for users to read
and write, and for machines to parse and generate.
•
JSON is completely language independent, but uses conventions that
are familiar to C-family programmers including C, C++, C#, Java,
JavaScript, Perl, Python and many others.
{
"state": {
"desired": {
"LED_value": "On"
}
}
}
What Is JSON
94
Need help?
Do you have a question about the STM32L4 and is the answer not in the manual?