Help for this page

Select Code to Download


  1. or download this
        my $json = '{"a":true}';
        $d = decode_json($json);
        printf "Dumper: %s<br>\n",Dumper($d);