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
|
Field Summary |
protected static boolean[] |
stopArray
|
protected static boolean[] |
stopKey
|
protected static boolean[] |
stopValue
|
protected static boolean[] |
stopX
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stopArray
protected static boolean[] stopArray
stopKey
protected static boolean[] stopKey
stopValue
protected static boolean[] stopValue
stopX
protected static boolean[] stopX
JSONParser
public JSONParser()
parse
public Object parse(String in)
throws IOException,
ParseException
- Throws:
IOException
ParseException
parse
public Object parse(String in,
ContainerFactory containerFactory)
throws ParseException
- Throws:
ParseException
Copyright © 2011 Chemouni Uriel. All Rights Reserved.