What Is JSON?
762
JSON stands for Javascript Object Notation. Its structure is similar to XML.
Since it is a subversion of JavaScript, operations are faster than XML and takes less space than XML and readability is easier than XML.
JSON Structure
JSON data consists of key and value pairs. Where the key is in the string structure, the values can be of any data type such as string, value, numeric, or boolean.
The data is connected to each other by {}, set-on, off, and is called JSON Object.
Sample JSON Code:
{
"Sample": "Json Sample",
"Name": "Test"
}
If you are looking for consultation, fill the Contact Form below.
The day science begins to study non-physical phenomena, it will make more progress in one decade than in all the previous centuries of its existence.
Haluk YAMANER
Founder @ Future Software UAE
Founder @ Future Linux
Click here for more about me »