check_json/sample.data

19 lines
327 B
Plaintext
Raw Normal View History

2012-02-26 13:48:02 +01:00
$VAR1 = {
'00142' => {
cityid => 'socal',
age_group => 'youth',
},
'00138' => {
cityid => 'socal',
age_group => 'adult',
},
'00011' => {
cityid => 'ny',
age_group => 'youth',
},
'00009' => {
cityid => 'ny',
age_group => 'adult',
},
};