Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 1, 2019 14:33
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 Whateverable/94d838d1152199e36f0bcdc43c50cfd4 to your computer and use it in GitHub Desktop.
Save Whateverable/94d838d1152199e36f0bcdc43c50cfd4 to your computer and use it in GitHub Desktop.
evalable6
my %data = from-json(‘{"array": [1, 2, 3]}’); .say for %data<array>[0]
1
Saw 1 occurrence of deprecated code.
================================================================================
Sub from-json (from GLOBAL) seen at:
/tmp/ZQIuV2KtpO, line 1
Please use JSON::Fast, JSON::Tiny or JSON::Pretty from https://modules.perl6.org/ instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment