Guest User

Untitled

a guest
May 5th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. var object = {
  2. "141584815857827": {
  3. "id": "141584815857827",
  4. "name": "Test Account",
  5. "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/hs622.ash1/27522_141584815857827_7750_s.jpg",
  6. "link": "http://www.neustep.com/showcase.php?wwid=7083",
  7. "category": "Company",
  8. "fan_count": 3
  9. }
  10. }
  11.  
  12. for (key in object) {
  13. var obj = object[key];
  14. var id = obj.id;
  15. // User obj/ id here. If there is more than one id the loop will happen more than once.
  16. }
Advertisement
Add Comment
Please, Sign In to add comment