Package net.minidev.json.parser
Class JSONParser
- java.lang.Object
-
- net.minidev.json.parser.JSONParserStream
-
- net.minidev.json.parser.JSONParser
-
public class JSONParser extends JSONParserStream
Parser for JSON text. Please note that JSONParser is NOT thread-safe.- Author:
- Uriel Chemouni
-
-
Constructor Summary
Constructors Constructor Description JSONParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parse(String in)
Object
parse(String in, ContainerFactory containerFactory)
-
Methods inherited from class net.minidev.json.parser.JSONParserStream
parse, parse
-
-
-
-
Method Detail
-
parse
public Object parse(String in) throws IOException, ParseException
- Throws:
IOException
ParseException
-
parse
public Object parse(String in, ContainerFactory containerFactory) throws ParseException
- Throws:
ParseException
-
-