@SUNITACH1 Just parse this json into a JSON object and then read it accordingly. Once you have the relevant json field, simply use any of the JCR APIs to set these as properties.
Something like this should work for reading the json atleast. I tried with the below mentioned version of org.json libr...