Forest Logo
search
package_2

rozod

By @kadev886

Roblox

Mirrored

🛡️ RoZod – Schema Validator & Coercion

RoZod is a schema validator inspired by Zod from TypeScript. It helps validate both good and malformed data.


Why I made RoZod

I made RoZod because I wanted to create a library the community would use and that would actually be useful. I know there are other alternatives like 't' that are faster and lighter, but I decided to focus on ease of use and safety.


Install

Wally

RoZod = "kadev886/rozod@2.1.0"
wally install

Manual

Download RoZod.rbxm from Releases, stick it in ReplicatedStorage, require it.


Example

local schema = RoZod.String()

print(schema:IsValid("John")) -- true
print(schema:IsValid(123))    -- false

Docs

  • Getting Started
  • Core Concepts
  • API Reference
  • Error Handling
  • Examples
  • Benchmarks

License

MIT

Package Details

Install command (Click to copy)


Version

2.1.0

License

MIT

check_circle

Safe for commercial use

infoLicense identified from the packaged LICENSE file; the manifest declared none.

Automated license review — not legal advice.