Skip to content
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

Open
3 of 6 tasks
kylef opened this issue Mar 7, 2015 · 5 comments
Open
3 of 6 tasks

Implement "format" validation #3

kylef opened this issue Mar 7, 2015 · 5 comments

Comments

@kylef
Copy link
Owner

kylef commented Mar 7, 2015

  • date-time
  • email
  • hostname
  • ipv4
  • ipv6
  • uri
kylef added a commit that referenced this issue Mar 8, 2015
kylef added a commit that referenced this issue Mar 8, 2015
@fruitcoder
Copy link

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.

@dydus0x14
Copy link

dydus0x14 commented Sep 1, 2016

@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.

@yspreen
Copy link

yspreen commented Apr 21, 2021

@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 date

@yspreen
Copy link

yspreen commented Apr 21, 2021

Actually #118 looks really good. I think I'll use that branch for now

@yspreen
Copy link

yspreen commented Apr 21, 2021

Still had some issues, #121 should be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants