summaryrefslogtreecommitdiff
path: root/support/cJSON-master/tests/inputs/test7
blob: 330853664c43709710fdb4b7222b62823691886a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
	 }
	 ]