The Basics of JSON and Why It Matters
JSON is short for JavaScript Object Notation, and it’s the modern contender to XML for data exchange. JSON is lightweight, minifies well, and is easily parsed. JSON is built on simple, near-universal data structures and avoids the complexity of other data-interchange formats. JSON is heavily influenced by Object-Oriented Principles.
What Uses JSON?
Almost every REST API uses JSON. Most web applications use JSON.… Read the rest