Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created November 1, 2019 20:40
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 tony-o/b78699dcc6f4b1ead066aa8461f78abf to your computer and use it in GitHub Desktop.
Save tony-o/b78699dcc6f4b1ead066aa8461f78abf to your computer and use it in GitHub Desktop.
my $x = "\{\n \"name\" : \"Algorithm::Snail\",\n \"description\" : \"Snail sort (snailshell pattern, spiral order) sequence in grid (two dimensional array)\",\n \"version\" : \"0.2\",\n \"perl\": \"6.*\",\n \"auth\": \"github:mj41\",\n \"authors\" : [ \"Michal Jurosz\" ],\n \"license\": \"Artistic-2.0\",\n \"source-type\" : \"git\",\n \"source-url\" : \"git://github.com/mj41/Algorithm-Snail.git\",\n \"depends\" : [],\n \"build-depends\": [],\n \"provides\" : \{\n \"Algorithm::Snail\" : \"lib/Algorithm/Snail.pm6\",\n },\n \"support\": \{\n \"bugtracker\": \"https://github.com/mj41/Algorithm-Snail/issues\",\n \"license\": \"http://www.perlfoundation.org/artistic_license_2_0\"\n },\n \"tags\": [ \"algorithm\", \"bidimensional\", \"sequence\", \"array\" ],\n \"test-depends\": [\n \"Test\"\n ]\n}"; say $x; say ::("Rakudo::Internals::JSON").from-json($x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment