Package io.kjson.parser
Object Parser
-
- All Implemented Interfaces:
public class ParserA JSON parser.
-
-
Method Summary
Modifier and Type Method Description final JSONValueparse(String json, ParseOptions options)Parse a String to a JSONValue (or nullif the string is"null").final JSONArrayparseLines(String jsonLines, ParseOptions options)Parse a String to a JSONArray, where the input is in JSON Lines form. -
-
Method Detail
-
parse
final JSONValue parse(String json, ParseOptions options)
-
parseLines
final JSONArray parseLines(String jsonLines, ParseOptions options)
-
-
-
-