I have hashmap object,
Map testData=new HashMap();
testData.put("test","test1");
I am able to convert this map using json file with Gson library. I know how to get that data using jQuery getJSON.
My question is: how to display both key and value pairs?