Package io.keikai.json
Class JSONParser
java.lang.Object
io.keikai.json.JSONParser
A simple recursive-descent JSON parser.
Replaces the dependency on org.zkoss.json.parser.JSONParser.
Returns:
- Since:
- 7.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONParser
public JSONParser()
-
-
Method Details
-
parse
Parse JSON text from the given reader.- Parameters:
in- the reader to parse from- Returns:
- the parsed value
- Throws:
IOException- if an I/O error occurs
-