Help for this page
{ "foo" : 42, "bar" : 4711, "the_array" : [ 1,2,3 ] }
{ "foo" : 42, "bar" : 4711 }
$data={ foo => 42, bar => 4711, the_array => [ 1,2,3 ] }
$data={ foo => 42, bar => 4711 }