Solved
Extract keys from Json Node
Hi,
I do have a com.fasterxml.jackson.databind.JsonNode
format like this :
{ "jcr:primaryType": "nt:unstructured", "sling:resourceType": "foundation/components/parsys", "rwdcarousel": { "jcr:primaryType": "nt:unstructured", "jcr:createdBy": "admin", "contentFinderImage": "/etc/designs/webcms-ngtv/globallibs/img/rwdCarouselModuleIcon.jpg", "rwdcarouselType": "singleCarousel", "jcr:lastModifiedBy": "admin" } }Out of this, I need to fetch keys which contains values inside { }. Like, in this case, rwdcarousel.