Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jimbocoder/a2b89391151d492bd7dd67068f13eb9c to your computer and use it in GitHub Desktop.
Save jimbocoder/a2b89391151d492bd7dd67068f13eb9c to your computer and use it in GitHub Desktop.
{
"REPORT_TITLE": "Report for the month of xyz",
"QUOTE": {
"TYPE": "zipcode",
"DRIVERS": [
{
"Age": "30",
"Sex": "Female",
"Good_Student": "Yes",
"Defensive_Driver": "Yes"
}
],
"VEHICLES": [
{
"Make": "Honda",
"Model": "Accord",
"Model_Year_Y2K": 2012,
"VIN": "1HGCS1A3.C"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment