Advertisement
Parisito1234

Dawning2020 Nightbot

Dec 23rd, 2020
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var obj = JSON.parse(raw);
  2. res = "";
  3. len1 = parseInt(obj.feed.entry.length);
  4. for (i = 0; i < len1; i++) {
  5. cc = obj.feed.entry[i].gs$cell;
  6. res = res.concat(cc.$t);
  7. }
  8. res;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement