Conversion between string and json objects in JS, stringjson

Source: Internet
Author: User
Tags convert json to string convert string to json parse string string to json

Conversion between string and json objects in JS, stringjson

1. Convert json to string

JSON. stringify (jsonObj)

Ii. Convert string to json

Eval (string)


How can I convert a JSON string to a JS object?

Json format requirements are simple. Any amount that appears must be enclosed in double quotation marks '{"name": "zs", "age": "3"}'.
Second, evalJSON () does not know where the above method is. jQuery provides a method to parse string as json. jQuery. parseJSON (str)

Convert JSON string to JS object

You call the evalJSON method because you have written a method, for example
String. prototype. evalJSON = function (){
Return eval ('+ this + ')');
}

Add this method to the front of js (you can also introduce it). This code is correct.
And all json string s can be called.
S. evalJSON () to get the corresponding json object

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.