Package redempt.redlib.json
Class JSONParser
java.lang.Object
redempt.redlib.json.JSONParser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONParser
public JSONParser()
-
-
Method Details
-
parseList
Parse a JSONList from a JSON string- Parameters:
json- The JSON string- Returns:
- The JSONList parsed out of it
-
parseMap
Parse a JSONMap from a JSON string- Parameters:
json- The JSON string- Returns:
- TThe JSONList parsed out of it
-