JSON to PHP array code convertor

 JSON data: {"foo": "bar", "number": 1}
 PHP code: ['foo' => 'bar', 'number' => 1]