Skip to content

Instantly share code, notes, and snippets.

@tonyedwardspz
Created June 25, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyedwardspz/4dac941e159bfebca391 to your computer and use it in GitHub Desktop.
Save tonyedwardspz/4dac941e159bfebca391 to your computer and use it in GitHub Desktop.
polymer-json
[
{
"_id": "1",
"name": "10 Downing Street",
"latitude": 51.5033630,
"longitude": -0.1276250
},
{
"_id": "2",
"name": "Houses of Paliment",
"latitude": 51.4994800,
"longitude": -0.1248090
},
{
"_id": "3",
"name": "London Eye",
"latitude": 51.5033,
"longitude": 0.1197
}
]
@tonyedwardspz
Copy link
Author

A simple JSON file to act as a dummy api reply for a polymer app tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment