Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use Data::Dumper;
    ...
    my $json_text ='{ "boolean": true }';
    my $json_text_decoded = decode_json $json_text;
    serialize($json_text_decoded);
    
  2. or download this
    Not a HASH reference at lib/PHP/Serialization.pm line 454.