Hi,
I have to validate a json
string coming as input request to a method against json schema. if validation is successful then i will pass this json string to a
thread which will parse the string and insert into the DB.
Please guide me, how to validate the incoming json string against the json schema in
java.
Thanks