Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.49 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. }