Populating Drop-down using JSON Data return by Servlet
Hi,
I have written a Servlet that return a valid JSON data in form of below:

Here My requirement is to create a drop down under AEM asset Metadata, that reads the given JSON data by Servlet and populate under Drop-down List (AEM6.3).
I have used Adobe Experience Manager Help | Populating AEM Component Dialog fields using JSON data returned by Sling Servlets (Not working for me),
But I wanted to know, the procedure how we can Implement this into our Asset Metadata dropdown
