C E F G J M N P S T W 
All Classes All Packages

C

cast() - Method in class net.minidev.json.JSONObject
Allow simply casting to Map
ContainerFactory - Class in net.minidev.json.parser
Container factory for creating containers for JSON object and JSON array.
ContainerFactory() - Constructor for class net.minidev.json.parser.ContainerFactory
 
ContentHandler - Interface in net.minidev.json.parser
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
creatArrayContainer() - Method in class net.minidev.json.parser.ContainerFactory
 
createObjectContainer() - Method in class net.minidev.json.parser.ContainerFactory
 

E

endArray() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the end of a JSON array.
endJSON() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the end of JSON processing.
endObject() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the end of a JSON object.
endObjectEntry() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the end of the value of previous object entry.
EOI - Static variable in class net.minidev.json.parser.JSONParserStream
 
ERROR_UNEXPECTED_CHAR - Static variable in exception net.minidev.json.parser.ParseException
 
ERROR_UNEXPECTED_EOF - Static variable in exception net.minidev.json.parser.ParseException
 
ERROR_UNEXPECTED_TOKEN - Static variable in exception net.minidev.json.parser.ParseException
 
ERROR_UNEXPECTED_UNICODE - Static variable in exception net.minidev.json.parser.ParseException
 
escape(String) - Static method in class net.minidev.json.JSONObject
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
escape(String) - Static method in class net.minidev.json.JSONValue
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
escape(String, Appendable) - Static method in class net.minidev.json.JSONValue
 

F

FACTORY - Static variable in class net.minidev.json.parser.ContainerFactory
 

G

getErrorType() - Method in exception net.minidev.json.parser.ParseException
 
getPosition() - Method in exception net.minidev.json.parser.ParseException
 
getUnexpectedObject() - Method in exception net.minidev.json.parser.ParseException
 

J

JSONArray - Class in net.minidev.json
A JSON array.
JSONArray() - Constructor for class net.minidev.json.JSONArray
 
JSONAware - Interface in net.minidev.json
Beans that support customized output of JSON text shall implement this interface.
JSONObject - Class in net.minidev.json
A JSON object.
JSONObject() - Constructor for class net.minidev.json.JSONObject
 
JSONObject(Map<String, ?>) - Constructor for class net.minidev.json.JSONObject
Allows creation of a JSONObject from a Map.
JSONParser - Class in net.minidev.json.parser
Parser for JSON text.
JSONParser() - Constructor for class net.minidev.json.parser.JSONParser
 
JSONParserStream - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserStream() - Constructor for class net.minidev.json.parser.JSONParserStream
 
JSONStreamAware - Interface in net.minidev.json
Beans that support customized output of JSON text to a writer shall implement this interface.
JSONValue - Class in net.minidev.json
 
JSONValue() - Constructor for class net.minidev.json.JSONValue
 

M

merge(Object) - Method in class net.minidev.json.JSONArray
 
merge(Object) - Method in class net.minidev.json.JSONObject
 
merge(JSONArray, Object) - Static method in class net.minidev.json.JSONObject
 
merge(JSONObject, Object) - Static method in class net.minidev.json.JSONObject
 

N

net.minidev.json - package net.minidev.json
 
net.minidev.json.parser - package net.minidev.json.parser
 

P

parse(Reader) - Static method in class net.minidev.json.JSONValue
Parse JSON text into java object from the input source.
parse(Reader) - Method in class net.minidev.json.parser.JSONParserStream
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(Reader, ContainerFactory) - Method in class net.minidev.json.parser.JSONParserStream
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(String) - Static method in class net.minidev.json.JSONValue
 
parse(String) - Method in class net.minidev.json.parser.JSONParser
 
parse(String, ContainerFactory) - Method in class net.minidev.json.parser.JSONParser
 
ParseException - Exception in net.minidev.json.parser
ParseException explains why and where the error occurs in source JSON text.
ParseException(int, int, Object) - Constructor for exception net.minidev.json.parser.ParseException
 
parseWithException(Reader) - Static method in class net.minidev.json.JSONValue
Parse JSON text into java object from the input source.
parseWithException(String) - Static method in class net.minidev.json.JSONValue
 
primitive(Object) - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the JSON primitive values: java.lang.String, java.lang.Number, java.lang.Boolean null

S

startArray() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the beginning of a JSON array.
startJSON() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the beginning of JSON processing.
startObject() - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the beginning of a JSON object.
startObjectEntry(String) - Method in interface net.minidev.json.parser.ContentHandler
Receive notification of the beginning of a JSON object entry.
stopArray - Static variable in class net.minidev.json.parser.JSONParser
 
stopKey - Static variable in class net.minidev.json.parser.JSONParser
 
stopValue - Static variable in class net.minidev.json.parser.JSONParser
 
stopX - Static variable in class net.minidev.json.parser.JSONParser
 

T

toJSONString() - Method in class net.minidev.json.JSONArray
Explicitely Serialize Object as JSon String
toJSONString() - Method in interface net.minidev.json.JSONAware
 
toJSONString() - Method in class net.minidev.json.JSONObject
 
toJSONString(Object) - Static method in class net.minidev.json.JSONValue
Convert an object to JSON text.
toJSONString(List<Object>) - Static method in class net.minidev.json.JSONArray
Convert a list to JSON text.
toJSONString(Map<String, Object>) - Static method in class net.minidev.json.JSONObject
Convert a map to JSON text.
toString() - Method in class net.minidev.json.JSONArray
Override natif toStirng()
toString() - Method in class net.minidev.json.JSONObject
 
toString() - Method in exception net.minidev.json.parser.ParseException
 
toString(String, Object) - Static method in class net.minidev.json.JSONObject
 

W

writeJSONString(Appendable) - Method in class net.minidev.json.JSONArray
 
writeJSONString(Appendable) - Method in class net.minidev.json.JSONObject
serialize Object as json to an stream
writeJSONString(Appendable) - Method in interface net.minidev.json.JSONStreamAware
write JSON string to out.
writeJSONString(Object, Appendable) - Static method in class net.minidev.json.JSONValue
Encode an object into JSON text and write it to out.
writeJSONString(List<Object>, Appendable) - Static method in class net.minidev.json.JSONArray
Encode a list into JSON text and write it to out.
writeJSONString(Map<String, Object>, Appendable) - Static method in class net.minidev.json.JSONObject
Encode a map into JSON text and write it to out.
C E F G J M N P S T W 
All Classes All Packages