All Topics

JSON

Represent your data in text

Overview

JSON stands for JavaScript Object Notation. It is a way to represent data in a text format that is very similar to how object literals are represented in JavaScript. It is currently the standard format for representing data when sending and receiving data between different parts of a web application, including APIs.

Related Topics

What you should learn next