Skip to content

Instantly share code, notes, and snippets.

@yurivish
Created December 29, 2015 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurivish/4a70b891f6ffc17bb0ba to your computer and use it in GitHub Desktop.
Save yurivish/4a70b891f6ffc17bb0ba to your computer and use it in GitHub Desktop.
my $json = from-json $res.content;
say $json.perl;
my @completions = $json[1];
my @scores = $json[4]{'some-key'};
say @completions Z @scores;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment