QuietlyChan/moonschema/schema does not have a README file
pub(all) suberror CompileError {
InvalidSchema(String, String)
UnsupportedKeyword(String, String)
} derive(Eq)impl Show for CompileErrorlet v = compile(
@json.parse!(#|{ "type": "string", "minLength": 1 }#|),
)
v.check(Json::string("hi")) // trueInstall
Download zipJSON Schema 2020-12 validator with a zod-style builder API for MoonBit — one engine, two frontends (ajv / zod), WASM-first.