-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeremia Kimelman
committed
Mar 3, 2017
1 parent
02ff340
commit 75d46ae
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"offenderSexCode": [ | ||
{"count":5,"offense_name":"homicide","sex_code":"M","year":"2006"}, | ||
{"count":3,"offense_name":"homicide","sex_code":"M","year":"2008"} | ||
], | ||
"offenderRaceCode":[ | ||
{"count":5,"offense_name":"homicide","race_code":"B","year":"2006"}, | ||
{"count":2,"offense_name":"homicide","race_code":"B","year":"2008"} | ||
], | ||
"offenderAgeNum":[ | ||
{"age_num":20,"count":4,"offense_name":"homicide","year":"2006"}, | ||
{"age_num":30,"count":1,"offense_name":"homicide","year":"2006"} | ||
], | ||
"victimSexCode": [ | ||
{"count":5,"offense_name":"homicide","sex_code":"M","year":"2006"}, | ||
{"count":3,"offense_name":"homicide","sex_code":"M","year":"2008"} | ||
], | ||
"victimRaceCode":[ | ||
{"count":5,"offense_name":"homicide","race_code":"B","year":"2006"}, | ||
{"count":2,"offense_name":"homicide","race_code":"B","year":"2008"} | ||
], | ||
"victimAgeNum":[ | ||
{"age_num":20,"count":4,"offense_name":"homicide","year":"2006"}, | ||
{"age_num":30,"count":1,"offense_name":"homicide","year":"2006"} | ||
], | ||
"victimRelationship":[ | ||
{"count":1,"offender_relationship":"Victim Was Acquaintance","offense_name":"homicide","year":"2006"}, | ||
{"count":2,"offender_relationship":"Victim Was Stranger","offense_name":"homicide","year":"2006"} | ||
], | ||
"offenseLocationName":[ | ||
{"count":1,"location_name":"Air/Bus/Train Terminal","year":"2006"}, | ||
{"count":1,"location_name":"Air/Bus/Train Terminal","year":"2011"} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters