Hi, I'm using the Querybuilder api to query CQ within a Sling servlet. I want to know if there is a way to get the SearchResult in json directly? Below is the code I'm doing in the servlet - @SuppressWarnings("deprecation") ResourceResolver resourceResolver = resol...