Guest User

Untitled

a guest
Apr 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {"cars": {
  2. "title": "newest cars",
  3. "image": "http://www.example.com/image.jpg",
  4. "audi": [
  5. {
  6. "title": "A1",
  7. "price": "expensive"
  8. },
  9. { "title": "A6",
  10. "price": "very expensive"
  11. }
  12. ],
  13. "BMW": [
  14. // multiple BMW's
  15. ],
  16. }}
Add Comment
Please, Sign In to add comment