Skip to content

Instantly share code, notes, and snippets.

@okurz
Last active November 19, 2020 13:26
Show Gist options
  • Save okurz/70f134d6d12212dadb8f2cc665a0328a to your computer and use it in GitHub Desktop.
Save okurz/70f134d6d12212dadb8f2cc665a0328a to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strictures;
use Mojo::JSON qw(decode_json);
use Mojo::File qw(path);
use Data::Dumper;
print(Dumper(decode_json(path('test_suites.json')->slurp)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment