Help for this page

Select Code to Download


  1. or download this
    $.[0:]
    
  2. or download this
    foreach $elem ($json_path->values($json)) { ... }
    
  3. or download this
    perl -MJSON::Path -Mstrict -wE 'my $json = q{["string1","string2"]}; m
    +y $json_path = JSON::Path->new(q{$.[0:]}); foreach my $elem ($json_pa
    +th->values($json)) {say "##$elem$$"}'