JSON > FLEX JSON > How to Deserialize JSON String to Map
How to Deserialize JSON String to Map
Flexjson is a lightweight java library for serializing and de-serializing
java beans, maps, arrays and collections in JSON format.
Get the latest binaries from
https://sourceforge.net/projects/flexjson/.
This requires the library flexjson-2.1.jar to be in classpath.
The following example shows how to Deserialize the given JSON String to a Map.