Get your own PHP server
array(2) {
  ["color"]=>
  string(3) "red"
  ["model"]=>
  string(5) "Volvo"
}

Objects converts into associative arrays where the property names becomes the keys and the property values becomes the values.