Subject: | JSON::true and JSON::false cannot be encoded |
Hi,
$json->encode([ JSON::true ]);
sends :
encountered object 'true', but neither allow_blessed nor convert_blessed
settings are enabled
even though $json->allow_blessed is called
(which should not be necessary anyway IMO).