Skip to content

Instantly share code, notes, and snippets.

View jaguart's full-sized avatar

Jeff jaguart

View GitHub Profile
@jaguart
jaguart / gist:bd64157bcfa8271ad5bed69a286e0613
Last active September 13, 2022 17:57
ordered hash for JSON::Fast and META6
#!/usr/bin/env raku
use v6;
use JSON::Fast;
class MyHash is Hash {
my %w = (
'first' => ' ',
'perl' => ' a',