Created
March 2, 2022 16:58
-
-
Save ctkqiang/8291448788ec60f5b8f131b25c2f4b1b to your computer and use it in GitHub Desktop.
Just a regular json for testing
This file contains hidden or 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
{ | |
"police_department": "police-database-1", | |
"data": { | |
"ABC1234": { | |
"transportation_type": "car", | |
"vehicle_type": "sedan", | |
"brand": "Toyota", | |
"model": "Vios", | |
"owner": "John Doe", | |
"is_wanted": false, | |
"summones": { | |
"#REF1234789": { | |
"datetime": "21/12/2019 9:00am", | |
"type_of_offense": "Overspeed limit > 90KM/h", | |
"location": { | |
"latitude": "8.30290", | |
"longitude": "-130.75500" | |
}, | |
"is_paid": true, | |
"issued_by": "Inspector Ted" | |
}, | |
"#REF1983799": { | |
"datetime": "21/12/2019 9:00am", | |
"type_of_offense": "Hit and run", | |
"location": { | |
"latitude": "5.4 0290", | |
"longitude": "130.75500" | |
}, | |
"is_paid": true, | |
"issued_by": "Inspector Ted" | |
} | |
}, | |
"car_metadata": "" | |
}, | |
"CCC4244": { | |
"transportation_type": "car", | |
"vehicle_type": "hatchback", | |
"brand": "Subaru", | |
"model": "wrtx", | |
"owner": "Jerome Johnson", | |
"is_wanted": true, | |
"summones": { | |
"#REF1234749": { | |
"datetime": "14/01/2020 8:08pm", | |
"type_of_offense": "Overspeed limit > 110KM/h", | |
"location": { | |
"latitude": "8.30290", | |
"longitude": "-130.75500" | |
}, | |
"is_paid": true, | |
"issued_by": "Inspector kate" | |
}, | |
"#REF1983739": { | |
"datetime": "21/12/2019 9:00am", | |
"type_of_offense": "Hit and run", | |
"location": { | |
"latitude": "5.4 0290", | |
"longitude": "130.75500" | |
}, | |
"is_paid": false, | |
"issued_by": "Inspector Ted" | |
} | |
}, | |
"car_metadata": "" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment