JavaScript Object Notation, or JSON for short, is a human-readable and compact way to exchange data between systems. JSON has been referred to as a fat-free alternative to XML.
There are lots of websites that explain the pros and cons to using XML vs. JSON so I won’t go into that here. Rather, I’ll give a brief but complete example of how to Continue reading