zog
Schema validator
A Go library that provides runtime schema validation with Zod-inspired simplicity and expressiveness
Go with Zod inspired simple schema validation
190 stars
5 watching
6 forks
Language: Go
last commit: 8 days ago error-handlinggolangruntime-validationschema-validationtempltranslationvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
twharmon/govalid | Struct validation using tags | 46 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
southclaws/supervillain | Converts Go structs to Zod schemas, handling various type complexities and custom conversions. | 78 |
rileytomasek/zodix | Utilities for parsing and validating parameters and form data in Remix applications | 362 |
jacobweisenburger/zod_utilz | Simplifies common tasks in Zod schema validation | 164 |
goto-bus-stop/ziguid | A Zig library for parsing and stringifying GUIDs | 7 |
itmaga/zodock | Generates mock data based on Zod schemas for testing and API purposes | 13 |
romaricdrigon/metayaml | A schema validation tool that supports multiple file formats, generates documentation and XSD files, and provides a simple API for loading data from various sources. | 104 |
ocramz/aeson-schema | Tool for validating and generating JSON data structures | 60 |
duplojs/zod-accelerator | An optimization layer for Zod's schema validation function | 50 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 51 |
chadwain/rem | A parser for HTML5 documents written in Zig | 106 |
sidwebworks/zod-xlsx | A tool for validating data in xlsx files using Zod schemas | 29 |
johngeorgewright/runtyping | Tool for generating runtime validation from static types and JSON schema | 45 |