Public 成员函数 | |
| JsonElement | parse (String json) throws JsonSyntaxException |
| JsonElement | parse (Reader json) throws JsonIOException, JsonSyntaxException |
| JsonElement | parse (JsonReader json) throws JsonIOException, JsonSyntaxException |
A parser to parse Json into a parse tree of JsonElements
|
inline |
Parses the specified JSON string into a parse tree
| json | JSON text |
| JsonParseException | if the specified text is not valid JSON |
|
inline |
Parses the specified JSON string into a parse tree
| json | JSON text |
| JsonParseException | if the specified text is not valid JSON |
|
inline |
Returns the next value from the JSON stream as a parse tree.
| JsonParseException | if there is an IOException or if the specified text is not valid JSON |
1.8.8