Validating JSON Data

Validates JSON data against JSON Schema using the z-schema library. Use when the user needs to validate JSON, check data against a schema, handle validation errors, use custom format validators, work with JSON Schema drafts 04 through 2020-12, set up z-schema in a project, compile schemas with cross-references, resolve remote $ref, configure validation options, or inspect error details. Covers sync/async modes, safe error handling, schema pre-compilation, remote references, TypeScript types, and browser/UMD usage.

zaggino 142fa6b 4 files · 35.5 KB Updated

File contents

zaggino/z-schema/tree/main/skills/validating-json-data commit 142fa6b061

Frequently asked questions

npx skillmds@latest add zaggino/validating-json-data