EasyManua.ls Logo

ST STM32L4 - Page 94

ST STM32L4
213 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
What Is JSON
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"
}
}
}
94