multidimensional « Convert « JSP-Servlet Q&A





1. How do I create a multidimensional HashMap or Hashtable in JSP / Java and convert it to a JSON object?    stackoverflow.com

I need help creating a multidimensional HashMap or Hashtable in JSP. Why I do I need HashMap or HashTable? Because I ultimately want to pass back to the client ...