Skip to content

Instantly share code, notes, and snippets.

@t2

t2/parsed_params Secret

Created May 13, 2013 07:17
Show Gist options
  • Save t2/5566652 to your computer and use it in GitHub Desktop.
Save t2/5566652 to your computer and use it in GitHub Desktop.
{
"driver_1"=>{
"dl_number"=>"123",
"expiration_date"=>"20130513",
"last_name"=>"123",
"state"=>"AL",
"verified"=>"1"
},
"driver_2"=>{
"verified"=>"0"
},
"id"=>"6415",
"insurance"=>{
"expiration_date"=>"20130513",
"naic"=>"123",
"policy_number"=>"123",
"verified"=>"1"
},
"mailing_address"=>{
"address_has_changed"=>"0",
"city"=>"GULF SHORES",
"state"=>"AL",
"street_address"=>"8094 BEACH LANE",
"zip"=>"35023"
}
},
{
"id"=>"6412",
"insurance"=>{
"expiration_date"=>"20130513",
"naic"=>"123",
"policy_number"=>"123",
"verified"=>"1"
},
"mailing_address"=>{
"address_has_changed"=>"0",
"city"=>"HUEYTOWN",
"state"=>"AL",
"street_address"=>"123 ANY LANE",
"zip"=>"35023"
},
"driver_1"=>{
"dl_number"=>"123",
"last_name"=>"123",
"state"=>"AL",
"verified"=>"1"
},
"driver_2"=>{
"verified"=>"0"
}
},
{
"id"=>"6411",
"insurance"=>{
"expiration_date"=>"20130513",
"naic"=>"123",
"policy_number"=>"123",
"verified"=>"1"
},
"mailing_address"=>{
"address_has_changed"=>"0",
"city"=>"HUEYTOWN",
"state"=>"AL",
"street_address"=>"104 MERRIMONT ROAD",
"zip"=>"35023"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment