The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "empty"  : "[]",
  "str"    : "[\"string\" ]",
  "str-1"  : "[\"string\", 1 ]",
  "0"      : "[ 0 ]",
  "0-1"    : "[ 0, 1 ]",
  "0-1-1"  : "[ 0, 1, 1 ]",
  "0-s1-1" : "[ 0, \"1\", 1 ]",
  "0-1-1-2": "[ 0, 1, 1, 2 ]",
  "0-1-1-2": "[ 0, 1, 1, 2 ]",
  "0-str"  : "[ 0, \"string\" ]",
  "0-str-3": "[ 0, \"string\", 3 ]",
  "0-str-3-18"   : "[ 0, \"string\", 3, 18 ]",
  "0-str-3-T"    : "[ 0, \"string\", 3, true ]",
  "0-str-3-T-F"  : "[ 0, \"string\", 3, true, false ]",
  "0-str-3-T-str": "[ 0, \"string\", 3, true, \"false\" ]",
  "0-str-3-T-F-T": "[ 0, \"string\", 3, true, false, true ]"
}