What Is JSON?
331
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.
Failure is an option here. If things are not failing, you are not innovating enough. Elon Musk
Haluk YAMANER - Personal
Contact Form
You must complete Security Verification to submit your form.