Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Alternatives of Deprecated JSON API in AEM 6.3

Avatar

Level 2

Hello Everyone,

  While working with a technology, we used to being habitual of an API and if someday in newer version it becomes deprecated, it just make us irritated.

So yes, I am talking about “org.apache.commons.json.* “. While writing a code in AEM 6.3, I came to know that ohhh… this has been deprecated now.

And if it is not there what are all alternatives for this. So AEM has some better alternatives now. AEM 6.3 now provides the support of Gson  and jackson as well and makes AEM development more easier.

In the blog, let’s talk about alternatives of JSON API

See the videos from here to get the concepts more clear:

2 Replies

Avatar

Level 1

Hi

Any suggestion on the replacement of deprecated JsonItemWriter?

Thanks