Help for this page

Select Code to Download


  1. or download this
    [
       {
    ...
          "Lang4" : "one"
       }
    ]
    
  2. or download this
    use warnings;
    use strict;
    ...
    print "\nConvert back from Perl to JSON string, and pretty print:\n";
    
    print $jobj->pretty->encode($perl);
    
  3. or download this
    Look Ma, a string of data!: {"a": [1, 2], "b": {"a": 1, "b": 2}}
    
    ...
          "b" : 2
       }
    }