Hi All,
In AEM 6.1, we are sending Json data to the UI via JSON library, now we are migrating to AEM 6.5, i have tried with Gson library but for that, i ll have to create lots of pojo classes, which is not feasible for my code base.
Any feasible solution to replace JSONObject and JSONArray.
P.S. I have like 20 servlets and all are creating JSON structures using above.
Please help
Thanks,
Ankita
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ankita_Aggarwal,
You can use org.json
In AEM 6.5.0, it is exposed via bundle named - Adobe Granite Bundles: json-20090211(com.adobe.granite.bundles.json)
Hi @Ankita_Aggarwal,
You can use org.json
In AEM 6.5.0, it is exposed via bundle named - Adobe Granite Bundles: json-20090211(com.adobe.granite.bundles.json)
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies