I am using struts2 for Action and jquery for UI ...
I want to know how to convert a Map object to JSON object and send it back to UI ,
Now am able to print it in JSP page the normal java Map object :
{71=Heart XXX, 76=No Heart YYY}
But i want it to be like this :
{71:Heart XXX, 76:No Heart YYY}
How will i achieve this .... ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…