Devtools inc
JSON to/from PHP conversions
JSON
{
"hello"
:
"world"
}
{ "hello": "world" }
PHP Array
[
'hello'
=>
'world'
]
[ 'hello' => 'world' ]