JSON schema validation using java

Posted by tomdee on Stack Overflow See other posts from Stack Overflow or by tomdee
Published on 2010-03-23T10:37:25Z Indexed on 2010/03/23 11:13 UTC
Read the original article Hit count: 396

Filed under:
|
|
|
|

I'm writing some acceptance tests for a java webapp that returns JSON objects. I would like to verify that the JSON returned validates against a schema. Can anyone suggest any tools for this?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about java