Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
J
L
M
N
P
S
T
U
W
X
A
ACCEPT_LEADING_ZERO
- Static variable in class net.minidev.json.parser.
JSONParserBase
Throws exception on excessive 0 leading in digits
ACCEPT_NAN
- Static variable in class net.minidev.json.parser.
JSONParserBase
Parse NaN as Float.NaN
ACCEPT_NON_QUOTE
- Static variable in class net.minidev.json.parser.
JSONParserBase
allow non quoted test
ACCEPT_SIMPLE_QUOTE
- Static variable in class net.minidev.json.parser.
JSONParserBase
allow simple quote as String quoting char
ACCEPT_USELESS_COMMA
- Static variable in class net.minidev.json.parser.
JSONParserBase
Throws exception on useless comma in object and array
acceptLeadinZero
- Variable in class net.minidev.json.parser.
JSONParserBase
acceptNaN
- Variable in class net.minidev.json.parser.
JSONParserBase
acceptNonQuote
- Variable in class net.minidev.json.parser.
JSONParserBase
acceptSimpleQuote
- Variable in class net.minidev.json.parser.
JSONParserBase
acceptUselessComma
- Variable in class net.minidev.json.parser.
JSONParserBase
append(char)
- Method in class net.minidev.json.parser.
JSONParserBase.MSB
append(int)
- Method in class net.minidev.json.parser.
JSONParserBase.MSB
C
cast()
- Method in class net.minidev.json.
JSONObject
Allow simply casting to Map
checkControleChar()
- Method in class net.minidev.json.parser.
JSONParserBase
clear()
- Method in class net.minidev.json.parser.
JSONParserBase.MSB
compress(String, JSONStyle)
- Static method in class net.minidev.json.
JSONValue
Reformat Json input keeping element order
compress(String)
- Static method in class net.minidev.json.
JSONValue
Compress Json input keeping element order
COMPRESSION
- Static variable in class net.minidev.json.
JSONValue
Global default compression type
ContainerFactory
- Interface in
net.minidev.json.parser
Container factory for creating containers for JSON object and JSON array.
containerFactory
- Variable in class net.minidev.json.parser.
JSONParserBase
ContentHandler
- Interface in
net.minidev.json.parser
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
ContentHandlerCompressor
- Class in
net.minidev.json.parser
ContentHandlerCompressor(Appendable, JSONStyle)
- Constructor for class net.minidev.json.parser.
ContentHandlerCompressor
ContentHandlerDumy
- Class in
net.minidev.json.parser
ContentHandlerDumy()
- Constructor for class net.minidev.json.parser.
ContentHandlerDumy
creatArrayContainer()
- Method in interface net.minidev.json.parser.
ContainerFactory
creatArrayContainer()
- Method in class net.minidev.json.parser.
FakeContainerFactory
createObjectContainer()
- Method in interface net.minidev.json.parser.
ContainerFactory
createObjectContainer()
- Method in class net.minidev.json.parser.
FakeContainerFactory
E
endArray()
- Method in class net.minidev.json.
JSONStyler
endArray()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the end of a JSON array.
endArray()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
endArray()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
endJSON()
- Method in class net.minidev.json.
JSONStyler
endJSON()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the end of JSON processing.
endJSON()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
endJSON()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
endObject()
- Method in class net.minidev.json.
JSONStyler
endObject()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the end of a JSON object.
endObject()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
endObject()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
endObjectEntry()
- Method in class net.minidev.json.
JSONStyler
endObjectEntry()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the end of the value of previous object entry.
endObjectEntry()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
endObjectEntry()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
EOI
- Static variable in class net.minidev.json.parser.
JSONParser
EOI
- Static variable in class net.minidev.json.parser.
JSONParserStream
ERROR_UNEXPECTED_CHAR
- Static variable in exception net.minidev.json.parser.
ParseException
ERROR_UNEXPECTED_DUPLICATE_KEY
- Static variable in exception net.minidev.json.parser.
ParseException
ERROR_UNEXPECTED_EOF
- Static variable in exception net.minidev.json.parser.
ParseException
ERROR_UNEXPECTED_EXCEPTION
- Static variable in exception net.minidev.json.parser.
ParseException
ERROR_UNEXPECTED_LEADING_0
- 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, Appendable)
- Method in class net.minidev.json.
JSONStyle
escape(String)
- Static method in class net.minidev.json.
JSONValue
escape(String, JSONStyle)
- 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
escape(String, Appendable, JSONStyle)
- Static method in class net.minidev.json.
JSONValue
F
FACTORY_ORDERED
- Static variable in interface net.minidev.json.parser.
ContainerFactory
FACTORY_SIMPLE
- Static variable in interface net.minidev.json.parser.
ContainerFactory
Default factory
FakeContainerFactory
- Class in
net.minidev.json.parser
Fake Container factory used for JSon check and SaX parsing
FakeContainerFactory()
- Constructor for class net.minidev.json.parser.
FakeContainerFactory
FLAG_AGRESSIVE
- Static variable in class net.minidev.json.
JSONStyle
FLAG_PROTECT_4WEB
- Static variable in class net.minidev.json.
JSONStyle
FLAG_PROTECT_KEYS
- Static variable in class net.minidev.json.
JSONStyle
FLAG_PROTECT_VALUES
- Static variable in class net.minidev.json.
JSONStyle
G
getErrorType()
- Method in exception net.minidev.json.parser.
ParseException
getNewLine()
- Method in class net.minidev.json.
JSONStyler
getPosition()
- Method in exception net.minidev.json.parser.
ParseException
getStyler()
- Method in class net.minidev.json.
JSONStyler
getUnexpectedObject()
- Method in exception net.minidev.json.parser.
ParseException
H
HANDLER
- Static variable in class net.minidev.json.parser.
ContentHandlerDumy
handler
- Variable in class net.minidev.json.parser.
JSONParserBase
I
IGNORE_CONTROL_CHAR
- Static variable in class net.minidev.json.parser.
JSONParserBase
Ignore control char in input text.
ignoreControlChar
- Variable in class net.minidev.json.parser.
JSONParserBase
indent()
- Method in class net.minidev.json.
JSONStyle
indent()
- Method in class net.minidev.json.
JSONStyler
isValidJson(Reader)
- Static method in class net.minidev.json.
JSONValue
Check Json Syntax from input Reader
isValidJson(String)
- Static method in class net.minidev.json.
JSONValue
Check Json Syntax from input String
isValidJsonStrict(Reader)
- Static method in class net.minidev.json.
JSONValue
Check RFC4627 Json Syntax from input Reader
isValidJsonStrict(String)
- Static method in class net.minidev.json.
JSONValue
check RFC4627 Json Syntax from input String
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.
JSONAwareEx
- Interface in
net.minidev.json
Beans that support advanced 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
Deprecated.
prefer usage of new JSONParser(JSONParser.MODE_*)
JSONParser(int)
- Constructor for class net.minidev.json.parser.
JSONParser
JSONParserBase
- Class in
net.minidev.json.parser
JSONParserBase is the common code between
JSONParser
and
JSONParserStream
JSONParserBase(int)
- Constructor for class net.minidev.json.parser.
JSONParserBase
JSONParserBase.MSB
- Class in
net.minidev.json.parser
JSONParserBase.MSB(int)
- Constructor for class net.minidev.json.parser.
JSONParserBase.MSB
JSONParserStream
- Class in
net.minidev.json.parser
Parser for JSON text.
JSONParserStream()
- Constructor for class net.minidev.json.parser.
JSONParserStream
Deprecated.
prefer usage of new JSONParserStream(JSONParser.MODE_*)
JSONParserStream(int)
- 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.
JSONStreamAwareEx
- Interface in
net.minidev.json
Beans that support customized output of JSON text to a writer shall implement this interface.
JSONStyle
- Class in
net.minidev.json
JSONStyle object configure JSonSerializer reducing output size
JSONStyle(int)
- Constructor for class net.minidev.json.
JSONStyle
JSONStyle()
- Constructor for class net.minidev.json.
JSONStyle
JSONStyler
- Class in
net.minidev.json
This class is used to format JSon output, fot a better humain readability
JSONStyler(int)
- Constructor for class net.minidev.json.
JSONStyler
JSONStyler(int, int)
- Constructor for class net.minidev.json.
JSONStyler
JSONStyler()
- Constructor for class net.minidev.json.
JSONStyler
JSONValue
- Class in
net.minidev.json
JSONValue is the helper class In most of case you should use those static methode to user JSON-smart The most commonly use methode are
JSONValue.parse(String)
JSONValue.toJSONString(Object)
JSONValue()
- Constructor for class net.minidev.json.
JSONValue
L
list
- Variable in class net.minidev.json.parser.
FakeContainerFactory
M
map
- Variable in class net.minidev.json.parser.
FakeContainerFactory
MAX_COMPRESS
- Static variable in class net.minidev.json.
JSONStyle
merge(Object)
- Method in class net.minidev.json.
JSONArray
merge(Object)
- Method in class net.minidev.json.
JSONObject
merge(JSONObject, Object)
- Static method in class net.minidev.json.
JSONObject
merge(JSONArray, Object)
- Static method in class net.minidev.json.
JSONObject
MODE_JSON_SIMPLE
- Static variable in class net.minidev.json.parser.
JSONParserBase
Parse Object like json-simple Best for an iso-bug json-simple API port.
MODE_PERMISSIVE
- Static variable in class net.minidev.json.parser.
JSONParserBase
smart mode, fastest parsing mode. accept lots of non standard json syntax
MODE_RFC4627
- Static variable in class net.minidev.json.parser.
JSONParserBase
strict RFC4627 mode.
mustProtectKey(String)
- Method in class net.minidev.json.
JSONStyle
mustProtectValue(String)
- Method in class net.minidev.json.
JSONStyle
N
net.minidev.json
- package net.minidev.json
net.minidev.json.parser
- package net.minidev.json.parser
NO_COMPRESS
- Static variable in class net.minidev.json.
JSONStyle
P
parse(Reader)
- Static method in class net.minidev.json.
JSONValue
Parse JSON text into java object from the input source.
parse(String)
- Static method in class net.minidev.json.
JSONValue
Parse JSON text into java object from the input source.
parse(String)
- Method in class net.minidev.json.parser.
JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(String, ContainerFactory)
- Method in class net.minidev.json.parser.
JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
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
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
ParseException(int, Throwable)
- Constructor for exception net.minidev.json.parser.
ParseException
parseKeepingOrder(Reader)
- Static method in class net.minidev.json.
JSONValue
Parse Json input to a java Object keeping element order
parseKeepingOrder(String)
- Static method in class net.minidev.json.
JSONValue
Parse Json input to a java Object keeping element order
parseStrict(Reader)
- Static method in class net.minidev.json.
JSONValue
Parse valid RFC4627 JSON text into java object from the input source.
parseStrict(String)
- Static method in class net.minidev.json.
JSONValue
Parse valid RFC4627 JSON text into java object from the input source.
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
Parse JSON text into java object from the input source.
pos
- Variable in class net.minidev.json.parser.
JSONParserBase
primitive(Object)
- Method in class net.minidev.json.
JSONStyler
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
primitive(Object)
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
primitive(Object)
- Method in class net.minidev.json.parser.
ContentHandlerDumy
protect4Web()
- Method in class net.minidev.json.
JSONStyle
protectKeys()
- Method in class net.minidev.json.
JSONStyle
protectValues()
- Method in class net.minidev.json.
JSONStyle
S
SAXParse(String, ContentHandler)
- Static method in class net.minidev.json.
JSONValue
Parse Json Using SAX event handler
SAXParse(Reader, ContentHandler)
- Static method in class net.minidev.json.
JSONValue
Parse Json Using SAX event handler
sb
- Variable in class net.minidev.json.parser.
JSONParserBase
setHandler(ContentHandler)
- Method in class net.minidev.json.parser.
JSONParserBase
setIdentLevel(int)
- Method in class net.minidev.json.
JSONStyler
setOutput(Appendable)
- Method in class net.minidev.json.
JSONStyler
startArray()
- Method in class net.minidev.json.
JSONStyler
startArray()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the beginning of a JSON array.
startArray()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
startArray()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
startJSON()
- Method in class net.minidev.json.
JSONStyler
startJSON()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the beginning of JSON processing.
startJSON()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
startJSON()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
startObject()
- Method in class net.minidev.json.
JSONStyler
startObject()
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the beginning of a JSON object.
startObject()
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
startObject()
- Method in class net.minidev.json.parser.
ContentHandlerDumy
startObjectEntry(String)
- Method in class net.minidev.json.
JSONStyler
startObjectEntry(String)
- Method in interface net.minidev.json.parser.
ContentHandler
Receive notification of the beginning of a JSON object entry.
startObjectEntry(String)
- Method in class net.minidev.json.parser.
ContentHandlerCompressor
startObjectEntry(String)
- Method in class net.minidev.json.parser.
ContentHandlerDumy
stopArray
- Static variable in class net.minidev.json.parser.
JSONParserBase
stopKey
- Static variable in class net.minidev.json.parser.
JSONParserBase
stopValue
- Static variable in class net.minidev.json.parser.
JSONParserBase
stopX
- Static variable in class net.minidev.json.parser.
JSONParserBase
T
toJSONString(List<Object>)
- Static method in class net.minidev.json.
JSONArray
toJSONString(List<Object>, JSONStyle)
- Static method in class net.minidev.json.
JSONArray
Convert a list to JSON text.
toJSONString()
- Method in class net.minidev.json.
JSONArray
Explicitely Serialize Object as JSon String
toJSONString(JSONStyle)
- Method in class net.minidev.json.
JSONArray
toJSONString()
- Method in interface net.minidev.json.
JSONAware
toJSONString(JSONStyle)
- Method in interface net.minidev.json.
JSONAwareEx
toJSONString(Map<String, Object>)
- Static method in class net.minidev.json.
JSONObject
toJSONString(Map<String, Object>, JSONStyle)
- Static method in class net.minidev.json.
JSONObject
Convert a map to JSON text.
toJSONString()
- Method in class net.minidev.json.
JSONObject
toJSONString(JSONStyle)
- Method in class net.minidev.json.
JSONObject
toJSONString(Object)
- Static method in class net.minidev.json.
JSONValue
Encode an object into JSON text and write it to out.
toJSONString(Object, JSONStyle)
- Static method in class net.minidev.json.
JSONValue
Convert an object to JSON text.
toString()
- Method in class net.minidev.json.
JSONArray
Override natif toStirng()
toString(JSONStyle)
- Method in class net.minidev.json.
JSONArray
JSONAwareEx inferface
toString(String, Object)
- Static method in class net.minidev.json.
JSONObject
toString(String, Object, JSONStyle)
- Static method in class net.minidev.json.
JSONObject
toString(JSONStyle)
- Method in class net.minidev.json.
JSONObject
toString()
- Method in class net.minidev.json.
JSONObject
toString()
- Method in class net.minidev.json.parser.
JSONParserBase.MSB
toString()
- Method in exception net.minidev.json.parser.
ParseException
U
uncompress(String)
- Static method in class net.minidev.json.
JSONValue
Compress Json input keeping element order
USE_INTEGER_STORAGE
- Static variable in class net.minidev.json.parser.
JSONParserBase
Use int datatype to store number when it's possible.
useIntegerStorage
- Variable in class net.minidev.json.parser.
JSONParserBase
W
writeJSONString(List<Object>, Appendable, JSONStyle)
- Static method in class net.minidev.json.
JSONArray
Encode a list into JSON text and write it to out.
writeJSONString(List<Object>, Appendable)
- Static method in class net.minidev.json.
JSONArray
writeJSONString(Appendable)
- Method in class net.minidev.json.
JSONArray
writeJSONString(Appendable, JSONStyle)
- Method in class net.minidev.json.
JSONArray
writeJSONString(Map<String, Object>, Appendable)
- Static method in class net.minidev.json.
JSONObject
writeJSONString(Map<String, Object>, Appendable, JSONStyle)
- Static method in class net.minidev.json.
JSONObject
Encode a map into JSON text and write it to out.
writeJSONString(Appendable)
- Method in class net.minidev.json.
JSONObject
serialize Object as json to an stream
writeJSONString(Appendable, JSONStyle)
- 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(Appendable, JSONStyle)
- Method in interface net.minidev.json.
JSONStreamAwareEx
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(Object, Appendable, JSONStyle)
- Static method in class net.minidev.json.
JSONValue
Encode an object into JSON text and write it to out.
X
xo
- Variable in class net.minidev.json.parser.
JSONParserBase
xs
- Variable in class net.minidev.json.parser.
JSONParserBase
A
C
E
F
G
H
I
J
L
M
N
P
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
Chemouni Uriel
. All Rights Reserved.