JSON-Schema-Fast 0.02
Files
- Changes
- Fast.xs
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- Makefile.PL
- README
- ignore.txt
- include/jsf.h
- include/jsf_arena.h
- include/jsf_compiled.h
- include/jsf_err.h
- include/jsf_interp.h
- include/jsf_ir.h
- include/jsf_parse.h
- include/jsf_types.h
- lib/JSON/Schema/Fast.pm
- lib/JSON/Schema/Fast/Compiled.pm
- t/00-load.t
- t/01-arena.t
- t/02-types.t
- t/10-parse.t
- t/11-ref.t
- t/12-coverage.t
- t/20-interp-types.t
- t/21-interp-numbers.t
- t/22-interp-strings.t
- t/23-interp-arrays.t
- t/24-interp-objects.t
- t/25-interp-applicators.t
- t/26-interp-ref.t
- t/27-depschemas-ref.t
- t/50-api.t
- t/51-errors.t
- t/52-coerce.t
- t/53-apply-defaults.t
- t/54-fast-path.t
- t/70-conformance.t
- t/71-error-shape.t
- t/72-oracle.t
- t/81-noalloc.t
- t/manifest.t
- t/pod-coverage.t
- t/pod.t
- t/suite/LICENSE
- t/suite/draft2020-12/additionalProperties.json
- t/suite/draft2020-12/allOf.json
- t/suite/draft2020-12/anyOf.json
- t/suite/draft2020-12/boolean_schema.json
- t/suite/draft2020-12/const.json
- t/suite/draft2020-12/contains.json
- t/suite/draft2020-12/defs.json
- t/suite/draft2020-12/dependentRequired.json
- t/suite/draft2020-12/enum.json
- t/suite/draft2020-12/exclusiveMaximum.json
- t/suite/draft2020-12/exclusiveMinimum.json
- t/suite/draft2020-12/if-then-else.json
- t/suite/draft2020-12/items.json
- t/suite/draft2020-12/maxContains.json
- t/suite/draft2020-12/maxItems.json
- t/suite/draft2020-12/maxLength.json
- t/suite/draft2020-12/maxProperties.json
- t/suite/draft2020-12/maximum.json
- t/suite/draft2020-12/minContains.json
- t/suite/draft2020-12/minItems.json
- t/suite/draft2020-12/minLength.json
- t/suite/draft2020-12/minProperties.json
- t/suite/draft2020-12/minimum.json
- t/suite/draft2020-12/multipleOf.json
- t/suite/draft2020-12/not.json
- t/suite/draft2020-12/oneOf.json
- t/suite/draft2020-12/pattern.json
- t/suite/draft2020-12/patternProperties.json
- t/suite/draft2020-12/prefixItems.json
- t/suite/draft2020-12/properties.json
- t/suite/draft2020-12/propertyNames.json
- t/suite/draft2020-12/ref.json
- t/suite/draft2020-12/required.json
- t/suite/draft2020-12/type.json
- t/suite/draft2020-12/uniqueItems.json
- xt/boilerplate.t