diff options
Diffstat (limited to 'tests/json2.testfile')
-rw-r--r-- | tests/json2.testfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/json2.testfile b/tests/json2.testfile new file mode 100644 index 0000000..669007a --- /dev/null +++ b/tests/json2.testfile @@ -0,0 +1,22 @@ + [ + { + "precision": "zip", + "Latitude": 37.7668, + "Longitude": -122.3959, + "Address": "", + "City": "SAN FRANCISCO", + "State": "CA", + "Zip": "94107", + "Country": "US" + }, + { + "precision": "zip", + "Latitude": 37.371991, + "Longitude": -122.026020, + "Address": "", + "City": "SUNNYVALE", + "State": "CA", + "Zip": "94085", + "Country": "US" + } + ] |