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

also, is it related to JS?

27th Nov 2017, 4:14 AM
Soheab Al A'amor
Soheab Al A'amor - avatar
4 Answers
+ 16
JSON (JavaScript Object Notation) is a lightweight, readable format for structuring data (objects). For example: { "name": "ykt", "number": 59 }
27th Nov 2017, 8:49 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 3
it's how you send text data over a network, before XML was the choice , but now JSON is dominant format (XML is also used ), can send plain text also it's nothing but writing data in key / value pairs , as written by Krishna. it's a common convention, so that different types of application can utilize the data it comes very handy when you are tweaking open source applications, by just adjusting the .json files
27th Nov 2017, 12:15 PM
Morpheus
Morpheus - avatar
+ 1
nope .json files can be used by any language, not just JavaScript
27th Nov 2017, 12:20 PM
Morpheus
Morpheus - avatar
0
thanks all
27th Nov 2017, 1:27 PM
Soheab Al A'amor
Soheab Al A'amor - avatar