JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. It is also a subset of JavaScript’s Object Notation (the way objects are built in JavaScript)
Think of it as an alternative to using XML for transferring data between software components.