$VAR1 = { 'vehicalData' => [ { 'manufacturer' => 'Kia', 'model' => 'Rio', 'year' => '2001', 'mileage' => '130256', 'color' => 'Metallic Blue' }, { 'color' => 'Lt Blue', 'mileage' => '130242', 'year' => '2001', 'model' => 'Rio', 'manufacturer' => 'Kia' }, { 'model' => 'Focus', 'manufacturer' => 'Ford', 'year' => '2003', 'color' => 'Red', 'mileage' => '100684' } ] };