Help for this page

Select Code to Download


  1. or download this
     
    
    {[
    ...
    ]}
    
  2. or download this
    $json->allow_singlequote->decode({'foo':'bar'});
    
  3. or download this
    
    use strict; use warnings;
    ...
       
        my $json_text = $json->allow_nonref->utf8->relaxed->escape_slash->
    +loose->allow_singlequote->decode($content);