Detailed explanation of Json syntax and format in js

Source: Internet
Author: User
The Json syntax and format in js are syntactically the same as the code used to create JavaScript objects.

Because of this similarity, there is no need for a parser. JavaScript programs can use built-in eval () functions to generate native JavaScript objects using JSON data.

JSON syntax rules:

Data in the name/value pair
Data is separated by commas (,).
Brackets save objects
Square brackets Save the Array

Introduction to JSON name/value pairs

"Name": "Zhang Fei", "age": 23

The Json value can be:

Number (integer or floating point number)
String (to be included in double quotation marks)
Logical value (true or false)
Array (in square brackets)
Object (in curly brackets)

The method for converting Json to javascript objects is:

Eval ("(" + str + ")");

Sample Code:

 Json Test 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.