class

AtaValidator::Validator

Inherits Reference < Object

Manages a compiled schema. Compiles once, reuse for multiple documents.

Constructors

new(schema_json : String)
Source

Instance methods

close
Source
finalize
Source
valid?(json : String) : Bool
Source
validate(json : String) : ValidationResult
Source