Json

Abi Saru
Feb 2, 2023

--

JSON (JavaScript Object Notation) is a lightweight data exchange format that may be used to simply and rapidly transport data objects over the internet, resulting in a generic text-based lightweight data transmission method.JSON is also included in the ECMAScript specification, which defines the standard syntax, semantics, and libraries for ECMAScript.

JSON is a text-based open standard that allows data to be exchanged and analyzed between computers or servers With the most basic terms, it is an end-to-end communication format in plain text encoding.The data is transferred only once, with no intermediary translation steps, making it quicker across the wire than binary data formats like Base64, but also making it more difficult to modify than other formats.

Json example

JSON data types are:-

>Number

>String

>Boolean

>Array

>Object

>null

--

--