Create JCR nodes from json string
Hi All ,
Wanted to know if there are any utility classes which can be used to create jcr nodes from json string ? I actually would execute a rest service which would return a proper json response with key value pairs . I would have normally parsed the whole json add properties required for jcr like 'node type as unstructured property ' and execute curl by passing in a sling servlet url which would return this json response .
However i was wondering if I can use any utility classes which can off load parsing and adding necessary properties required for jcr ?
Thanks in advance