Skip to content

Instantly share code, notes, and snippets.

@tobyink
Created August 25, 2020 19:45
Show Gist options
  • Select an option

  • Save tobyink/7ea39e266d4d78410ffff0b167c97a02 to your computer and use it in GitHub Desktop.

Select an option

Save tobyink/7ea39e266d4d78410ffff0b167c97a02 to your computer and use it in GitHub Desktop.
A simple TO_JSON method
sub TO_JSON {
my $self = shift;
return { %$self };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment