Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "_id": 1,
  3. "title": "New York Sullivan Area 1",
  4. "excerpt": "This is the excerpt text",
  5. "description": "This is the description text",
  6. "address_1": "450 West 14th Street",
  7. "address_2": "12th Floor",
  8. "locality": "New York",
  9. "region": "NY",
  10. "postal_code": 10014,
  11. "country": null,
  12. "phone": null,
  13. "website": null,
  14. "lat": "40.74166800",
  15. "long": "-74.00782500",
  16. "moments": [
  17. {
  18. "_id": 1,
  19. "title": "Powell Seeded the Moment Table",
  20. "excerpt": "This is the excerpt text",
  21. "description": "This is the description text",
  22. "place_id": 1
  23. }
  24. ],
  25. "assets": [
  26.  
  27. ],
  28. "tags": [
  29.  
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement