A compiled, reusable schema validator. Create via compileSchema; then validate any number of instances of either built-in JSON type (or any custom-adapted type via validateWith).
Convenience: flag-format validity check.
Validate an instance held in the library's internal representation.
Validate a std.json.JSONValue instance.
Validate an instance of any adapted JSON type.
A compiled, reusable schema validator. Create via compileSchema; then validate any number of instances of either built-in JSON type (or any custom-adapted type via validateWith).