I am converting an array to json from php json_encode(). If I encode it for one array I can decode it, but when it is like this:array('a'=>array(0=>array(),1=>array())) it returns {"a":[[],[]]}
When I decode it I get the following error
Catchable fatal error: Object of class stdClass could not be converted to string
json source
the json is here
http://jsonlint.com/