Is an equivalent Java Jar for this gem 'json-schema'
21 views
Skip to first unread message
saranya elumalai
unread,
Sep 7, 2017, 6:34:51 PM9/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby JSON Schema Library
Hi,
I have used the gem 'json-schema' extensively in ruby project for past 2 years and now I have to migrate the project to JAVA tech stack.
I do find some other java jars to validate the schema against data (https://github.com/everit-org/json-schema), but they were not producing the same result as of the JSON::Validator.fully_validate
Is there an equivalent JAVA JAR for this gem 'json-schema' ??
Thanks,
Saranya
Iain Beeston
unread,
Sep 8, 2017, 12:50:12 AM9/8/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to saranya elumalai, Ruby JSON Schema Library
I'm afraid I can't recommend any java implementations of json-schema from experience, but I know there's a list of implementations on github: