Help for this page

Select Code to Download


  1. or download this
    { "_id" : 0, "name" : "Betty Boop",
                 "subjects" : [
    ...
                    { "type" : "required", "subject" : "English" } ]
    }
    
  2. or download this
    #!/usr/bin/env perl
    use JSON;
    ...
    
    $text = decode_json($json);
    print  Dumper($text);