Help for this page

Select Code to Download


  1. or download this
    [
       {
    ...
          "favorite_food" : "raw hamburger"
       }
    ]
    
  2. or download this
    {
       "People" : [
    ...
          }
       ]   
    }
    
  3. or download this
    #!/usr/local/perl5/bin/perl
    use strict;
    ...
    my $coder = JSON::XS->new->ascii->pretty->allow_nonref;
    my $pretty_printed_unencoded = $coder->encode ($uuts);
    print $pretty_printed_unencoded;
    
  4. or download this
    {
       "People" : [
    ...
          ]
       ]
    }