What is JSON | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is JSON

9th Apr 2018, 2:23 AM
Manuel Nuel
2 Answers
+ 2
JavaScript Object Notation or JSON is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value). It is a very common data format used for asynchronous browser–server communication, including as a replacement for XML in some AJAX-style systems. [wikipedia]
9th Apr 2018, 4:09 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
JSON is one of the most important things to get a really good understanding of as it is the preferred way to transmit information. XML used to be the standard... now it is JSON.
9th Apr 2018, 3:15 AM
Adam
Adam - avatar