Created
June 25, 2015 11:59
-
-
Save tonyedwardspz/4dac941e159bfebca391 to your computer and use it in GitHub Desktop.
polymer-json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"_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 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple JSON file to act as a dummy api reply for a polymer app tutorial.