-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "format" validation #3
Comments
Hey kylef. Your library seems to be the only code that actually tries to validate Json on the client. All the other libraries are just decoding a Json into a model object. I would really love to here if you will work on this project or if you already have another solution. The formatting check is the most valuable for me. |
@fruitcoder this project is not already alone:) I suggest using Bender which supports validating and mapping at the same time. It is written in Swift, uses templates and extendable: you can add for checking any logic which you want. |
@dydus0x14 Bender isn't just a json scheme validator. It maps swift objects to json. It's not the same. I'll create a PR for this repo to support |
Actually #118 looks really good. I think I'll use that branch for now |
Still had some issues, #121 should be good. |
date-time
email
hostname
ipv4
ipv6
uri
The text was updated successfully, but these errors were encountered: