Here are the steps I am planning to follow
1) Get the actual json file in which the content needs to be validated.
2) Generate respective json schema ( need help here too , are there any Java APIs/Jars/Libs to do it )
3) Using validator jar , json file need to be validated using schema.( this is done with your help ).
4) Now validate the content (data) of json file accordingly business logic ( Here is what I need your real guidance or help or suggestions) , Not sure how to do it ? what is the best approach ? Are there any frameworks around it ?
Please help me in this regard.
Thank you.
~Shyam