How-to articles, tricks, and solutions about JSON-SIMPLE
How to read json file into java with simple JSON library
To read a JSON file into Java using the Simple JSON library, you can use the JSONObject class and the JSONArray class.