Skip to main content
added 43 characters in body
Source Link

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

  {"employees":[   {"firstName":"John", "lastName":"Doe"},   {"firstName":"Anna", "lastName":"Smith"},   {"firstName":"Peter", "lastName":"Jones"}   ]} 

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

 {"employees":[ {"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstName":"Peter", "lastName":"Jones"} ]} 

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

  {"employees":[   {"firstName":"John", "lastName":"Doe"},   {"firstName":"Anna", "lastName":"Smith"},   {"firstName":"Peter", "lastName":"Jones"}   ]} 
added 29 characters in body
Source Link
Nazik
  • 8.5k
  • 27
  • 80
  • 126

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

{"employees":[

{"firstName":"John", "lastName":"Doe"},

{"firstName":"Anna", "lastName":"Smith"},

{"firstName":"Peter", "lastName":"Jones"}

]}

 {"employees":[ {"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstName":"Peter", "lastName":"Jones"} ]} 

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

{"employees":[

{"firstName":"John", "lastName":"Doe"},

{"firstName":"Anna", "lastName":"Smith"},

{"firstName":"Peter", "lastName":"Jones"}

]}

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

 {"employees":[ {"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstName":"Peter", "lastName":"Jones"} ]} 
Source Link

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

JSON is a lightweight data-interchange format

JSON is language independent *

JSON is "self-describing" and easy to understand

EXAMPLE:

{"employees":[

{"firstName":"John", "lastName":"Doe"},

{"firstName":"Anna", "lastName":"Smith"},

{"firstName":"Peter", "lastName":"Jones"}

]}