Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "dashboard" :[
  3. {
  4. "name": "",
  5. "image": "",
  6. "description":"",
  7. "linkurl":"" },
  8.  
  9. {
  10. "name": "",
  11. "image": "",
  12. "description":"",
  13. "linkurl":""
  14. },
  15. "related" : [
  16. {
  17. "name": "",
  18. "image": "",
  19. "description":"",
  20. "linkurl":""
  21. },
  22. {
  23. "name": "",
  24. "image": "",
  25. "description":"",
  26. "linkurl":""
  27. }]
  28. ]
  29.  
  30. var obj = JSON.parse(json_string);
  31.  
  32. if ( obj.related == undefined ) {
  33. ...
Add Comment
Please, Sign In to add comment