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

javax.json support? #70

Open
bdkent opened this issue Oct 18, 2013 · 1 comment
Open

javax.json support? #70

bdkent opened this issue Oct 18, 2013 · 1 comment

Comments

@bdkent
Copy link

bdkent commented Oct 18, 2013

Hi, do you have plans to support validation of JSON objects that implement the javax.json spec??

@fge
Copy link
Collaborator

fge commented Feb 8, 2014

Hello,

Not at the moment. The problem is that I currently use Jackson to process all of JSON. A processor would be needed to convert javax.json's JsonValue into Jackson's JsonNode. It is doable, mind you. See json-schema-core for more details.

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

No branches or pull requests

2 participants