zog
Schema validator
A Go library that provides runtime schema validation with Zod-inspired simplicity and expressiveness
Go with Zod inspired simple schema validation
210 stars
5 watching
7 forks
Language: Go
last commit: about 1 month 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 | 51 |
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. | 80 |
rileytomasek/zodix | Utilities for parsing and validating parameters and form data in Remix applications | 364 |
jacobweisenburger/zod_utilz | Simplifies common tasks in Zod schema validation | 170 |
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 | 60 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 54 |
chadwain/rem | A parser for HTML5 documents written in Zig | 108 |
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 | 47 |