Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [
  2. "6250":
  3. {"property1":"...",
  4. "property2":"..."
  5. },
  6. "6177":
  7. {"property1":"...",
  8. "property2":"..."
  9. },
  10. "5870":
  11. {"property1":"...",
  12. "property2":"..."
  13. },
  14. "4297":
  15. {"property1":"...",
  16. "property2":"..."
  17. },
  18. {"property1":"...",
  19. "property2":"..."
  20. }
  21. ]
  22.  
  23. array.forEach(function(elem,i) {
  24. Output.push(name,elem["property1"],elem["property2"]]);
  25. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement