Datastory

Data glossaryJSON

JSON

Data scienceTechnology

JSON (JavaScript Object Notation) is an open standard file format, and data interchange format, that uses human-readable text.

It is commonly used for transmitting data in web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page, or vice versa).

In practice

An example of a JSON-formatted document:

{ "name" : "Datastory", "type" : "Organization", "founded" : 2017 }