An Introduction to JSON
JavaScript Object Notation, or JSON, is a solution to the problem of how do we move data between systems, especially data between a server and a web client. JSON is an open-standards, data interchange format that uses a serializable string of data to store information. It was initiated in the early 2000’s by Douglas Crockford,…