The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "schema": { "type": "//int" },
  "pass": {
    "num": [
      "0",
      "0e0",
      "-0",
      "5",
      "5E10",
      "-5",
      "5.0",
      "-5.0",
      "5.1e1"
    ]
  },
  "fail": {
    "arr" : { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } },
    "bool": { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } },
    "null": { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } },
    "num" : {
      "5.1" : { "data": [ ], "check": [ ], "error": [ "type" ] },
      "-5.1": { "data": [ ], "check": [ ], "error": [ "type" ] }
    },
    "obj" : { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } },
    "str" : { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } }
  }
}