Guest User

Untitled

a guest
Mar 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. trucks:[
  2. wheels:[
  3. {name:"xyz",
  4. mechanics: [
  5. {engine:'50cc',
  6. attributeScore:100},
  7. {....} ,{...}
  8. ]
  9. },
  10. {name:"gcd",
  11. mechanics: [
  12. {engine:'80cc',
  13. attributeScore:90},
  14. {....} ,{...}
  15. ]
  16. },
  17. ,{...}
  18. ]
  19. ]
Add Comment
Please, Sign In to add comment