Js parsing and serialization of json data (3) Analysis of json _ json

Source: Internet
Author: User
In this section, we mainly discuss json parsing. If you are interested, you can understand JSON. the parse () method can also receive another parameter. this parameter is a function that calls each key-value pair, I hope this article will help you. In this section, we will mainly discuss json parsing.
The JSON. parse () method can also receive another parameter, which is a function that calls each key-Value Pair early. To distinguish JSON. the replacer function received by stringify (). This function is called the restore function (reviver ), but in fact, the signatures of these two functions are the same-they both receive connection parameters, one key and one value, and both need to return a value.

If the restore function returns undefined, the corresponding key is to be deleted from the result. If other values are returned, the value is inserted into the result. For example:

The Code is as follows:





Related Article

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.