<?php json_decode( string $json,?bool $associative = null, int $depth = 512, int $flags = 0): mixed
<?php public function testClone()
{
$json = json_decode('{"1":{"var":"val"},"2":{"var":"val"}}');
$cloner = new VarCloner();
$clone = $cloner->cloneVar($json);