Difference between revisions of ".json"

From Coder Merlin
Line 6: Line 6:


== Why use JSON? ==
== Why use JSON? ==
Because the file format is text only, JSON data can be easily sent between computers and implemented in various ways.


== Uses of JSON ==
== Uses of JSON ==

Revision as of 10:01, 8 September 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Yeet

What is JSON?[edit]

JSON, also known as JavaScript Object Notation, is a text-based, human-readable data interchange format. The filetype used is .json and is based off of a subset of the JavaScript lnaguage.

Why use JSON?[edit]

Because the file format is text only, JSON data can be easily sent between computers and implemented in various ways.

Uses of JSON[edit]

JSON Syntax[edit]

References[edit]