What is JSON???

Source: Internet
Author: User

1. JSON is a data interchange format developed by JS. What? is a form of data interaction. The straightforward point is that it's a transit station. Before the data in the background is converted to JSON format, and then converted to each other.

2, there are two forms of JSON, one is a string form, one is an array or object form.

The form of the string: ' {' name ': ' ZJ ', ' age ': 23} ', this is the JSON in the form of a string ...

Array or Object form: {"name": "ZJ", "Age": 23} This is the form of an array------------[{"Name": "ZJ", "Age": 23},{"name": "ZJ", "Age": 23}] This is The form of an array:

3, in fact, there is a point, JSON format, you can also understand the format of JS, this is not a problem, because, JS so write not violate the rules, but we understand as JSON, we can use the relevant API to do the corresponding operation to obtain the results we want.

4, what API?


For example, we often, how to convert a JSON string into a JS array or object, to come, so transform,

Json.parse (JSON), this API will be able to convert the JSON form of a string into a JS form of objects or arrays, see? With this, we can find the value of the relevant property by object ...

What is JSON???

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.