-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.jsonp
More file actions
18 lines (18 loc) · 757 Bytes
/
sample.jsonp
File metadata and controls
18 lines (18 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
jsonstr = {
"listID" : ["State","City","Domain","Company","URL"],
"listID0" : ["Newyork","California"],
"Newyork" : ["Newyork city","Rochester"],
"California" : ["Cupertino", "Mountain View"],
"Newyork city" : ["NYbanking","NYsoftware"],
"Rochester" : ["ROCInvestment", "ROCsoftware"],
"Cupertino" : ["CupBanking"],
"Mountain View" : ["MVbanking","MVInvestment"],
"NYbanking" : ["Chase", "Barclays"],
"NYsoftware" : ["Morgan Stanley software"],
"ROCInvestment" : ["ROC Investments"],
"ROCsoftware" : ["Kodak","RSA"],
"CupBanking" : ["Apple banking"],
"MVbanking" : ["Mt bank"],
"MVInvestment" : ["Mt Investments"],
"userChoice" : [],
};