Validate a std.json.JSONValue instance.
const: a compiled Validator holds no mutable state, so one instance is safe to share across threads/fibers for concurrent read-only validation. All per-call state lives in EvalState / Evaluated.
Validate a std.json.JSONValue instance.
const: a compiled Validator holds no mutable state, so one instance is safe to share across threads/fibers for concurrent read-only validation. All per-call state lives in EvalState / Evaluated.