Hi All,
We have servlet which has implemented 'SlingAllMethodsServlet' with overriding doPost() and set returned content type as text/JSON .
In Sightly component we are accessing this servlet using $.ajax(....).
Observed ,to use this response json in Sightly component html ,no need to parse this response using $.parseJSON(response) instead i can directly use this response(var json =response) object to extract values(json.compTitle,json.Description).
Is my understanding correct or not??
or this is also one way we can get values from response object?
Please clarify if anyone has any idea.
Thanks,
Kishore