Difference between revisions of "IoTGateway/AdvJSON"
From ESS-WIKI
Fred.chang (talk | contribs) (→AdvJSON) |
Fred.chang (talk | contribs) (→What is JSON?) |
||
Line 1: | Line 1: | ||
=What is JSON?= | =What is JSON?= | ||
+ | *JSON stands for JavaScript Object Notation | ||
+ | *JSON is a lightweight data-interchange format | ||
+ | *JSON is language independent | ||
+ | *JSON is "self-describing" and easy to understand | ||
+ | |||
=C functions= | =C functions= | ||
=C++= | =C++= |
Revision as of 04:06, 23 February 2016
Contents
What is JSON?
- JSON stands for JavaScript Object Notation
- JSON is a lightweight data-interchange format
- JSON is language independent
- JSON is "self-describing" and easy to understand