summaryrefslogtreecommitdiff
path: root/support/cJSON-master/tests/inputs/test7
diff options
context:
space:
mode:
Diffstat (limited to 'support/cJSON-master/tests/inputs/test7')
-rw-r--r--support/cJSON-master/tests/inputs/test722
1 files changed, 22 insertions, 0 deletions
diff --git a/support/cJSON-master/tests/inputs/test7 b/support/cJSON-master/tests/inputs/test7
new file mode 100644
index 0000000..3308536
--- /dev/null
+++ b/support/cJSON-master/tests/inputs/test7
@@ -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"
+ }
+ ]