-
- All Implemented Interfaces:
public class ParserA JSON parser.
-
-
Method Summary
Modifier and Type Method Description final JSONValueparse(String json, ParseOptions options)final JSONArrayparseLines(String jsonLines, ParseOptions options)-
-
Method Detail
-
parse
final JSONValue parse(String json, ParseOptions options)
-
parseLines
final JSONArray parseLines(String jsonLines, ParseOptions options)
-
-
-
-