Is there any way in AEM 6.1 to access the key/value of JSON Object returned from Java class in Sightly (HTL)?
I believe one indirect way would be to convert the JSON to Collection (Map) in java and use the map in Sightly to access the key/value. But is there any way available to do this without conversion ?