Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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 10

Thank you for the great post!

Avatar

Level 1

Hi

Any suggestion on the replacement of deprecated JsonItemWriter?

Thanks