Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "templates":[
  3. {
  4. "id":"2c1d99d9b6b2fb417601d24c10c9b041a7d6f37b",
  5. "dailyemails":[
  6. "saaa@aa.com",
  7. "aaa.aaa@gmail.com"
  8. ],
  9. "name":"Registration Report"
  10. },
  11. {
  12. "id":"7d7cc642ca13cc4a998cad364dfe8e623fd95ae3",
  13. "dailyemails":[
  14. "saaa@ss.com"
  15. ],
  16. "name":"Live Report"
  17. }
  18.  
  19. ]
  20. }
  21.  
  22. var obj = JSON.parse(json);
  23.  
  24. $.each(data.templates,function(index,item){
  25. alert(item.dailyemails.length)
  26. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement