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

strongly type data #16

Closed
jon49 opened this issue Jun 22, 2015 · 4 comments
Closed

strongly type data #16

jon49 opened this issue Jun 22, 2015 · 4 comments

Comments

@jon49
Copy link

jon49 commented Jun 22, 2015

I work with XML Soap calls quite a bit. So all the data comes back as strings. I was wondering if you would like your code to support strongly typing an object or if that would be better to do spin off. Or if some other library would be better suited for this?

@jon49
Copy link
Author

jon49 commented Jun 22, 2015

Found what I was looking for, schemasaurus will do what I need.

@jon49 jon49 closed this as completed Jun 22, 2015
@epoberezkin
Copy link
Member

I was focussing on implementing JSON-Schema standart that schemasaurus does only partially...
You can check the benchmark to see which parts of the standart are not supported in different validators.

@jon49
Copy link
Author

jon49 commented Jun 22, 2015

Thanks. It looks like your library is very good. I was just wondering about a more general purpose tool that is very similar to what json-schema validators already do. It looks like schemasaurus was built with general purpose in mind. I'll evaluate yours for validation though. It looks good!

@epoberezkin
Copy link
Member

Thanks! Yes, you are right - schemasaurus allows you to create your own tools based on json documents, essentially creating your own processing standard - json validation is almost a side-effect :)

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

No branches or pull requests

2 participants