Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 12, 2019 12:25
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/b05d1cd786927675df6e00a39fb39539 to your computer and use it in GitHub Desktop.
Save Whateverable/b05d1cd786927675df6e00a39fb39539 to your computer and use it in GitHub Desktop.
evalable6
to-json({ one => 1|2|3 }).say;
{
"one": 123
}
Saw 1 occurrence of deprecated code.
================================================================================
Sub to-json (from GLOBAL) seen at:
/tmp/2cw6UAAfZ7, 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