JS Parse JSON read an example of Entity objects in list

Source: Internet
Author: User
Tags json

This article mainly introduced the JS parsing JSON read List of the entity object implementation, the need for friends can refer to the

1, from the background action to the foreground is required to convert the MAP into JSON format code as follows: Map<string, list> resultmap; jsonobject json = Jsonobject.fromobject (resul  TMAP);    message = Json.tostring ();    List in a number of student object 2, foreground JS first to the result of the JSON string into an object copy code code as follows: var obj = eval ("+data+");  3, traversing the list of object code is as follows: for (var key in obj) {//First layer loop to each list var list = Obj[key];  for (var student in list) {//second layer loops the object alert (List[student].id) in the list;  Alert (list[student].name); }  }

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.