I know of some JSON libs around and I\'m currently looking into Google-JSON but all I want to achieve is something simple and I want to know what you would suggest.
I wa
The Spring Framework uses Jackson, so that's a fairly good endorsement for Jackson.
JacksonInFiveMinutes
See the "Simple Data Binding Example" heading if you just want to use generic Maps.