<?php
$b = '{
"encoding" : "UTF-8",
"plug-ins" : [
"python",
"c++",
"ruby"
],
"indent" : { "length" : 3, "use_space" = true }
}';
print "\n\n\n=================================\n";
$barr = json_decode($b, true);
print_r($barr);
?>
This prints nothing on the console. Is tehre something wrong with the JSON format above? - or am I missing a trick?
"use_space" = true= to : ?