A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

ACCEPT_LEADING_ZERO - Static variable in class net.minidev.json.parser.JSONParser
Throws exception on excessive 0 leading in digits
ACCEPT_NAN - Static variable in class net.minidev.json.parser.JSONParser
Parse NaN as Float.NaN
ACCEPT_NON_QUOTE - Static variable in class net.minidev.json.parser.JSONParser
allow non quoted test
ACCEPT_SIMPLE_QUOTE - Static variable in class net.minidev.json.parser.JSONParser
allow simple quote as String quoting char
ACCEPT_TAILLING_DATA - Static variable in class net.minidev.json.parser.JSONParser
If enabled json-smart will throws exception if datas are present after the end of the Json data.
ACCEPT_TAILLING_SPACE - Static variable in class net.minidev.json.parser.JSONParser
smart mode, fastest parsing mode.
ACCEPT_USELESS_COMMA - Static variable in class net.minidev.json.parser.JSONParser
Throws exception on useless comma in object and array
add(Object...) - Method in class net.minidev.json.JSONNavi
add value to the current arrays
addInterfaceWriterFirst(Class<?>, JsonWriterI<?>) - Method in class net.minidev.json.reader.JsonWriter
Deprecated.
use registerWriterInterfaceFirst
addInterfaceWriterLast(Class<?>, JsonWriterI<?>) - Method in class net.minidev.json.reader.JsonWriter
Deprecated.
use registerWriterInterfaceLast
addValue(Object, Object) - Method in class net.minidev.json.writer.ArraysMapper
 
addValue(Object, Object) - Method in class net.minidev.json.writer.CollectionMapper.ListClass
 
addValue(Object, Object) - Method in class net.minidev.json.writer.CollectionMapper.ListType
 
addValue(Object, Object) - Method in class net.minidev.json.writer.CompessorMapper
 
addValue(Object, Object) - Method in class net.minidev.json.writer.DefaultMapper
 
addValue(Object, Object) - Method in class net.minidev.json.writer.DefaultMapperCollection
 
addValue(Object, Object) - Method in class net.minidev.json.writer.DefaultMapperOrdered
 
addValue(Object, Object) - Method in class net.minidev.json.writer.FakeMapper
 
addValue(Object, Object) - Method in class net.minidev.json.writer.JsonReaderI
add a value in an array json object.
addValue(Object, Object) - Method in class net.minidev.json.writer.UpdaterMapper
add a value in an array json object.
appendElement(Object) - Method in class net.minidev.json.JSONArray
Appends the specified element and returns this.
appendField(String, Object) - Method in class net.minidev.json.JSONObject
Puts value to object and returns this.
array() - Method in class net.minidev.json.JSONNavi
Set current value as Json Array You can also skip this call Arrays can be create automatically.
arrayfirstObject(Appendable) - Method in class net.minidev.json.JSONStyle
Start the first Array element
arrayNextElm(Appendable) - Method in class net.minidev.json.JSONStyle
Start a new Array element
arrayObjectEnd(Appendable) - Method in class net.minidev.json.JSONStyle
End of an Array element
ArraysMapper<T> - Class in net.minidev.json.writer
 
ArraysMapper(JsonReader) - Constructor for class net.minidev.json.writer.ArraysMapper
 
ArraysMapper.GenericMapper<T> - Class in net.minidev.json.writer
 
arrayStart(Appendable) - Method in class net.minidev.json.JSONStyle
Array start
arrayStop(Appendable) - Method in class net.minidev.json.JSONStyle
Array Done
arrayWriter - Static variable in class net.minidev.json.reader.JsonWriter
Json-Smart ArrayWriterClass
ArrayWriter - Class in net.minidev.json.reader
 
ArrayWriter() - Constructor for class net.minidev.json.reader.ArrayWriter
 
asBoolean() - Method in class net.minidev.json.JSONNavi
get the current value as boolean if the current Object is null or is not a boolean return false
asBooleanObj() - Method in class net.minidev.json.JSONNavi
get the current object value as Boolean if the current Object is not a Boolean return null.
asDouble() - Method in class net.minidev.json.JSONNavi
get the current value as double if the current Object is null return Double.NaN
asDoubleObj() - Method in class net.minidev.json.JSONNavi
get the current object value as Double if the current Double can not be cast as Integer return null.
asFloat() - Method in class net.minidev.json.JSONNavi
get the current value as float if the current Object is null return Float.NaN
asFloatObj() - Method in class net.minidev.json.JSONNavi
get the current object value as Float if the current Float can not be cast as Integer return null.
asInt() - Method in class net.minidev.json.JSONNavi
get the current value as int if the current Object is null return 0
asIntegerObj() - Method in class net.minidev.json.JSONNavi
get the current object value as Integer if the current Object can not be cast as Integer return null.
asLong() - Method in class net.minidev.json.JSONNavi
get the current value as long if the current Object is null return 0
asLongObj() - Method in class net.minidev.json.JSONNavi
get the current object value as Long if the current Object can not be cast as Long return null.
asString() - Method in class net.minidev.json.JSONNavi
get the current object value as String if the current Object is null return null.
at(int) - Method in class net.minidev.json.JSONNavi
Access to the index position.
at(String) - Method in class net.minidev.json.JSONNavi
 
atNext() - Method in class net.minidev.json.JSONNavi
Access to last + 1 the index position.

B

base - Variable in class net.minidev.json.writer.JsonReaderI
 
Bean(JsonReader, Class<T>) - Constructor for class net.minidev.json.writer.BeansMapper.Bean
 
BeanNoConv(JsonReader, Class<T>) - Constructor for class net.minidev.json.writer.BeansMapper.BeanNoConv
 
BeansMapper<T> - Class in net.minidev.json.writer
 
BeansMapper(JsonReader) - Constructor for class net.minidev.json.writer.BeansMapper
 
BeansMapper.Bean<T> - Class in net.minidev.json.writer
 
BeansMapper.BeanNoConv<T> - Class in net.minidev.json.writer
 
beansWriter - Static variable in class net.minidev.json.reader.JsonWriter
Json-Smart V1 Beans serialiser
BeansWriter - Class in net.minidev.json.reader
 
BeansWriter() - Constructor for class net.minidev.json.reader.BeansWriter
 
beansWriterASM - Static variable in class net.minidev.json.reader.JsonWriter
Json-Smart V2 Beans serialiser Based on ASM
BeansWriterASM - Class in net.minidev.json.reader
 
BeansWriterASM() - Constructor for class net.minidev.json.reader.BeansWriterASM
 
BeansWriterASMRemap - Class in net.minidev.json.reader
 
BeansWriterASMRemap() - Constructor for class net.minidev.json.reader.BeansWriterASMRemap
 
BIG_DIGIT_UNRESTRICTED - Static variable in class net.minidev.json.parser.JSONParser
Use double if possible for big digits, if no precision lost is observed

C

canRead(Field) - Method in class net.minidev.json.JSONUtil.JsonSmartFieldFilter
 
canUse(Field) - Method in class net.minidev.json.JSONUtil.JsonSmartFieldFilter
 
canUse(Field, Method) - Method in class net.minidev.json.JSONUtil.JsonSmartFieldFilter
 
canWrite(Field) - Method in class net.minidev.json.JSONUtil.JsonSmartFieldFilter
 
CollectionMapper - Class in net.minidev.json.writer
 
CollectionMapper() - Constructor for class net.minidev.json.writer.CollectionMapper
 
CollectionMapper.ListClass<T> - Class in net.minidev.json.writer
 
CollectionMapper.ListType<T> - Class in net.minidev.json.writer
 
CollectionMapper.MapClass<T> - Class in net.minidev.json.writer
 
CollectionMapper.MapType<T> - Class in net.minidev.json.writer
 
CompessorMapper - Class in net.minidev.json.writer
 
CompessorMapper(JsonReader, Appendable, JSONStyle) - Constructor for class net.minidev.json.writer.CompessorMapper
 
CompessorMapper(JsonReader, Appendable, JSONStyle, Boolean) - Constructor for class net.minidev.json.writer.CompessorMapper
 
compress(String) - Static method in class net.minidev.json.JSONValue
Compress Json input keeping element order
compress(String, JSONStyle) - Static method in class net.minidev.json.JSONValue
Reformat Json input keeping element order
COMPRESSION - Static variable in class net.minidev.json.JSONValue
Global default compression type
convert(Object) - Method in class net.minidev.json.writer.ArraysMapper
 
convert(Object) - Method in class net.minidev.json.writer.ArraysMapper.GenericMapper
 
convert(Object) - Method in class net.minidev.json.writer.CompessorMapper
 
convert(Object) - Method in class net.minidev.json.writer.JsonReaderI
Allow a mapper to convert a temporary structure to the final data format.
convert(Object) - Method in class net.minidev.json.writer.UpdaterMapper
Allow a mapper to convert a temporary structure to the final data format.
convertToStrict(Object, Class<?>) - Static method in class net.minidev.json.JSONUtil
 
convertToX(Object, Class<?>) - Static method in class net.minidev.json.JSONUtil
 
createArray() - Method in class net.minidev.json.writer.ArraysMapper
 
createArray() - Method in class net.minidev.json.writer.CollectionMapper.ListClass
 
createArray() - Method in class net.minidev.json.writer.CollectionMapper.ListType
 
createArray() - Method in class net.minidev.json.writer.CompessorMapper
 
createArray() - Method in class net.minidev.json.writer.DefaultMapper
 
createArray() - Method in class net.minidev.json.writer.DefaultMapperCollection
 
createArray() - Method in class net.minidev.json.writer.DefaultMapperOrdered
 
createArray() - Method in class net.minidev.json.writer.FakeMapper
 
createArray() - Method in class net.minidev.json.writer.JsonReaderI
use to instantiate a new object that will be used as an array
createArray() - Method in class net.minidev.json.writer.UpdaterMapper
use to instantiate a new object that will be used as an array
createObject() - Method in class net.minidev.json.writer.BeansMapper.Bean
 
createObject() - Method in class net.minidev.json.writer.BeansMapper.BeanNoConv
 
createObject() - Method in class net.minidev.json.writer.CollectionMapper.MapClass
 
createObject() - Method in class net.minidev.json.writer.CollectionMapper.MapType
 
createObject() - Method in class net.minidev.json.writer.CompessorMapper
 
createObject() - Method in class net.minidev.json.writer.DefaultMapper
 
createObject() - Method in class net.minidev.json.writer.DefaultMapperCollection
 
createObject() - Method in class net.minidev.json.writer.DefaultMapperOrdered
 
createObject() - Method in class net.minidev.json.writer.FakeMapper
 
createObject() - Method in class net.minidev.json.writer.JsonReaderI
use to instantiate a new object that will be used as an object
createObject() - Method in class net.minidev.json.writer.MapperRemapped
 
createObject() - Method in class net.minidev.json.writer.UpdaterMapper
use to instantiate a new object that will be used as an object

D

DEFAULT - Static variable in class net.minidev.json.writer.FakeMapper
 
DEFAULT - Variable in class net.minidev.json.writer.JsonReader
 
DEFAULT_ORDERED - Variable in class net.minidev.json.writer.JsonReader
 
DEFAULT_PERMISSIVE_MODE - Static variable in class net.minidev.json.parser.JSONParser
Default json-smart processing mode
DefaultMapper<T> - Class in net.minidev.json.writer
Simple Reader Class for generic Map
DefaultMapper(JsonReader) - Constructor for class net.minidev.json.writer.DefaultMapper
 
DefaultMapperCollection<T> - Class in net.minidev.json.writer
 
DefaultMapperCollection(JsonReader, Class<T>) - Constructor for class net.minidev.json.writer.DefaultMapperCollection
 
DefaultMapperOrdered - Class in net.minidev.json.writer
 
DefaultMapperOrdered(JsonReader) - Constructor for class net.minidev.json.writer.DefaultMapperOrdered
 
defaultReader - Static variable in class net.minidev.json.JSONValue
deserialisation class Data
defaultWriter - Static variable in class net.minidev.json.JSONValue
Serialisation class Data

E

EnumWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
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) - Static method in class net.minidev.json.JSONValue
 
escape(String, Appendable) - Method in class net.minidev.json.JSONStyle
 
escape(String, Appendable) - Static method in class net.minidev.json.JSONValue
 
escape(String, Appendable, JSONStyle) - 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).

F

FakeMapper - Class in net.minidev.json.writer
 
FLAG_AGRESSIVE - Static variable in class net.minidev.json.JSONStyle
AGRESSIVE have no effect without PROTECT_KEYS or PROTECT_VALUE AGRESSIVE mode allows Json-smart to not protect String containing special chars
FLAG_IGNORE_NULL - 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
for advanced usage sample see #see net.minidev.json.test.TestCompressorFlags
FLAG_PROTECT_VALUES - Static variable in class net.minidev.json.JSONStyle
 

G

GenericMapper(JsonReader, Class<T>) - Constructor for class net.minidev.json.writer.ArraysMapper.GenericMapper
 
get(int) - Method in class net.minidev.json.JSONNavi
 
get(String) - Method in class net.minidev.json.JSONNavi
 
getAsNumber(String) - Method in class net.minidev.json.JSONObject
A Simple Helper cast an Object to an Number
getAsString(String) - Method in class net.minidev.json.JSONObject
A Simple Helper object to String
getCurrentObject() - Method in class net.minidev.json.JSONNavi
 
getDouble(String) - Method in class net.minidev.json.JSONNavi
 
getErrorType() - Method in exception net.minidev.json.parser.ParseException
 
getGetterName(String) - Static method in class net.minidev.json.JSONUtil
 
getInt(String) - Method in class net.minidev.json.JSONNavi
 
getInteger(String) - Method in class net.minidev.json.JSONNavi
 
getIsName(String) - Static method in class net.minidev.json.JSONUtil
 
getJPath() - Method in class net.minidev.json.JSONNavi
 
getKeys() - Method in class net.minidev.json.JSONNavi
 
getMapper(Class<T>) - Method in class net.minidev.json.writer.JsonReader
Get the corresponding mapper Class, or create it on first call
getMapper(ParameterizedType) - Method in class net.minidev.json.writer.JsonReader
 
getMapper(Type) - Method in class net.minidev.json.writer.JsonReader
 
getPosition() - Method in exception net.minidev.json.parser.ParseException
 
getRoot() - Method in class net.minidev.json.JSONNavi
 
getSetterName(String) - Static method in class net.minidev.json.JSONUtil
 
getSize() - Method in class net.minidev.json.JSONNavi
 
getString(String) - Method in class net.minidev.json.JSONNavi
 
getType(String) - Method in class net.minidev.json.writer.BeansMapper.Bean
 
getType(String) - Method in class net.minidev.json.writer.BeansMapper.BeanNoConv
 
getType(String) - Method in class net.minidev.json.writer.CollectionMapper.MapClass
 
getType(String) - Method in class net.minidev.json.writer.CollectionMapper.MapType
 
getType(String) - Method in class net.minidev.json.writer.JsonReaderI
 
getType(String) - Method in class net.minidev.json.writer.MapperRemapped
 
getUnexpectedObject() - Method in exception net.minidev.json.parser.ParseException
 
getValue(Object, String) - Method in class net.minidev.json.writer.BeansMapper.Bean
 
getValue(Object, String) - Method in class net.minidev.json.writer.BeansMapper.BeanNoConv
 
getValue(Object, String) - Method in class net.minidev.json.writer.BeansMapper
 
getValue(Object, String) - Method in class net.minidev.json.writer.CollectionMapper.MapClass
 
getValue(Object, String) - Method in class net.minidev.json.writer.CollectionMapper.MapType
 
getValue(Object, String) - Method in class net.minidev.json.writer.JsonReaderI
-------------
getValue(Object, String) - Method in class net.minidev.json.writer.MapperRemapped
 
getWrite(Class) - Method in class net.minidev.json.reader.JsonWriter
 
getWriterByInterface(Class<?>) - Method in class net.minidev.json.reader.JsonWriter
try to find a Writer by Checking implemented interface

H

hasFailure() - Method in class net.minidev.json.JSONNavi
 
hasKey(String) - Method in class net.minidev.json.JSONNavi
 

I

IGNORE_CONTROL_CHAR - Static variable in class net.minidev.json.parser.JSONParser
Ignore control char in input text.
ignoreNull() - Method in class net.minidev.json.JSONStyle
 
indent() - Method in class net.minidev.json.JSONStyle
 
init() - Method in class net.minidev.json.reader.JsonWriter
 
isArray() - Method in class net.minidev.json.JSONNavi
is the current node is an array
isObject() - Method in class net.minidev.json.JSONNavi
is the current node is an object
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

JSON_SMART_FIELD_FILTER - Static variable in class net.minidev.json.JSONUtil
 
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.
JsonIgnore - Annotation Type in net.minidev.json.annotate
block access to a field or to a getter or to a setter.
JSONIterableWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONJSONAwareExWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONJSONAwareWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONMapWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONNavi<T> - Class in net.minidev.json
A JQuery like Json editor, accessor.
JSONNavi(String) - Constructor for class net.minidev.json.JSONNavi
 
JSONNavi(String, Class<T>) - Constructor for class net.minidev.json.JSONNavi
 
JSONNavi(String, JsonReaderI<T>) - Constructor for class net.minidev.json.JSONNavi
 
JSONNavi(JsonReaderI<? super T>) - Constructor for class net.minidev.json.JSONNavi
 
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
 
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
 
JsonReader - Class in net.minidev.json.writer
 
JsonReader() - Constructor for class net.minidev.json.writer.JsonReader
 
JsonReaderI<T> - Class in net.minidev.json.writer
Default datatype mapper use by Json-smart ton store data.
JsonReaderI(JsonReader) - Constructor for class net.minidev.json.writer.JsonReaderI
Reader can be link to the JsonReader Base
JsonSmartAnnotation - Annotation Type in net.minidev.json.annotate
Jackson Annotation like
JsonSmartFieldFilter() - Constructor for class net.minidev.json.JSONUtil.JsonSmartFieldFilter
 
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.
JSONStreamAwareExWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONStreamAwareWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONStyle - Class in net.minidev.json
JSONStyle object configure JSonSerializer reducing output size
JSONStyle() - Constructor for class net.minidev.json.JSONStyle
 
JSONStyle(int) - Constructor for class net.minidev.json.JSONStyle
 
JSONUtil - Class in net.minidev.json
 
JSONUtil() - Constructor for class net.minidev.json.JSONUtil
 
JSONUtil.JsonSmartFieldFilter - Class in net.minidev.json
 
JSONValue - Class in net.minidev.json
JSONValue is the helper class In most of case you should use those static method to user JSON-smart The most commonly use method are JSONValue.parse(String) JSONValue.toJSONString(Object)
JSONValue() - Constructor for class net.minidev.json.JSONValue
 
JsonWriter - Class in net.minidev.json.reader
 
JsonWriter() - Constructor for class net.minidev.json.reader.JsonWriter
 
JsonWriterI<T> - Interface in net.minidev.json.reader
 

L

ListClass(JsonReader, Class<?>) - Constructor for class net.minidev.json.writer.CollectionMapper.ListClass
 
ListType(JsonReader, ParameterizedType) - Constructor for class net.minidev.json.writer.CollectionMapper.ListType
 
LT_COMPRESS - Static variable in class net.minidev.json.JSONStyle
 

M

MapClass(JsonReader, Class<?>) - Constructor for class net.minidev.json.writer.CollectionMapper.MapClass
 
MAPPER_BOOL - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_BYTE - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_CHAR - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_DATE - Static variable in class net.minidev.json.writer.BeansMapper
 
MAPPER_DOUBLE - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_FLOAT - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_INT - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_LONG - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_BOOL - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_BYTE - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_CHAR - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_DOUBLE - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_FLOAT - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_INT - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_LONG - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_PRIM_SHORT - Static variable in class net.minidev.json.writer.ArraysMapper
 
MAPPER_SHORT - Static variable in class net.minidev.json.writer.ArraysMapper
 
MapperRemapped<T> - Class in net.minidev.json.writer
Simple solution to support on read field renaming
MapperRemapped(JsonReaderI<T>) - Constructor for class net.minidev.json.writer.MapperRemapped
 
MapType(JsonReader, ParameterizedType) - Constructor for class net.minidev.json.writer.CollectionMapper.MapType
 
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(JSONArray, Object) - Static method in class net.minidev.json.JSONObject
 
merge(JSONObject, Object) - Static method in class net.minidev.json.JSONObject
 
MODE_JSON_SIMPLE - Static variable in class net.minidev.json.parser.JSONParser
Parse Object like json-simple Best for an iso-bug json-simple API port.
MODE_PERMISSIVE - Static variable in class net.minidev.json.parser.JSONParser
smart mode, fastest parsing mode.
MODE_RFC4627 - Static variable in class net.minidev.json.parser.JSONParser
strict RFC4627 mode.
MODE_STRICTEST - Static variable in class net.minidev.json.parser.JSONParser
Strictest parsing 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.annotate - package net.minidev.json.annotate
 
net.minidev.json.parser - package net.minidev.json.parser
 
net.minidev.json.reader - package net.minidev.json.reader
 
net.minidev.json.writer - package net.minidev.json.writer
 
newInstance() - Static method in class net.minidev.json.JSONNavi
 
newInstanceArray() - Static method in class net.minidev.json.JSONNavi
 
newInstanceObject() - Static method in class net.minidev.json.JSONNavi
 
NO_COMPRESS - Static variable in class net.minidev.json.JSONStyle
 

O

object() - Method in class net.minidev.json.JSONNavi
Set current value as Json Object You can also skip this call, Objects can be create automatically.
objectElmStop(Appendable) - Method in class net.minidev.json.JSONStyle
End Of Object element
objectEndOfKey(Appendable) - Method in class net.minidev.json.JSONStyle
end of Key in json Object
objectFirstStart(Appendable) - Method in class net.minidev.json.JSONStyle
Start the first Object element
objectNext(Appendable) - Method in class net.minidev.json.JSONStyle
Start a new Object element
objectStart(Appendable) - Method in class net.minidev.json.JSONStyle
begin Object
objectStop(Appendable) - Method in class net.minidev.json.JSONStyle
terminate Object

P

parse(byte[]) - Static method in class net.minidev.json.JSONValue
Parse JSON text into java object from the input source.
parse(byte[]) - Method in class net.minidev.json.parser.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(byte[], Class<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
parse(byte[], Class<T>) - Method in class net.minidev.json.parser.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(byte[], JsonReaderI<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class
parse(byte[], JsonReaderI<T>) - Method in class net.minidev.json.parser.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(InputStream) - Static method in class net.minidev.json.JSONValue
Parse JSON text into java object from the input source.
parse(InputStream) - Method in class net.minidev.json.parser.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(InputStream, Class<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
parse(InputStream, Class<T>) - Method in class net.minidev.json.parser.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(InputStream, JsonReaderI<T>) - Method in class net.minidev.json.parser.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(InputStream, T) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
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.JSONParser
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory
parse(Reader, Class<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
parse(Reader, Class<T>) - 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, JsonReaderI<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class
parse(Reader, JsonReaderI<T>) - 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, T) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
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, Class<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
parse(String, Class<T>) - 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, JsonReaderI<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class
parse(String, JsonReaderI<T>) - 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, T) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class mapTo can be a bean
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(byte[]) - Static method in class net.minidev.json.JSONValue
Parse JSON text into java object from the input source.
parseWithException(InputStream) - Static method in class net.minidev.json.JSONValue
Parse 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.
parseWithException(String, Class<T>) - Static method in class net.minidev.json.JSONValue
Parse input json as a mapTo class
protect4Web() - Method in class net.minidev.json.JSONStyle
 
protectKeys() - Method in class net.minidev.json.JSONStyle
 
protectValues() - Method in class net.minidev.json.JSONStyle
 

R

registerReader(Class<T>, JsonReaderI<T>) - Static method in class net.minidev.json.JSONValue
register a deserializer for a class.
registerReader(Class<T>, JsonReaderI<T>) - Method in class net.minidev.json.writer.JsonReader
 
registerWriter(Class<?>, JsonWriterI<T>) - Static method in class net.minidev.json.JSONValue
Register a serializer for a class.
registerWriter(JsonWriterI<T>, Class<?>...) - Method in class net.minidev.json.reader.JsonWriter
associate an Writer to a Class
registerWriterInterface(Class<?>, JsonWriterI<?>) - Method in class net.minidev.json.reader.JsonWriter
an alias for registerWriterInterfaceLast
registerWriterInterfaceFirst(Class<?>, JsonWriterI<?>) - Method in class net.minidev.json.reader.JsonWriter
associate an Writer to a interface With Hi priority
registerWriterInterfaceLast(Class<?>, JsonWriterI<?>) - Method in class net.minidev.json.reader.JsonWriter
associate an Writer to a interface With Low priority
REJECT_127_CHAR - Static variable in class net.minidev.json.parser.JSONParser
smart mode, fastest parsing mode.
remapField(Class<T>, String, String) - Static method in class net.minidev.json.JSONValue
remap field from java to json.
remapField(Class<T>, String, String) - Method in class net.minidev.json.reader.JsonWriter
remap field name in custom classes
remapField(Class<T>, String, String) - Method in class net.minidev.json.writer.JsonReader
remap field name in custom classes
renameField(String, String) - Method in class net.minidev.json.reader.BeansWriterASMRemap
 
renameField(String, String) - Method in class net.minidev.json.writer.MapperRemapped
 
root() - Method in class net.minidev.json.JSONNavi
return to root node

S

set(Boolean) - Method in class net.minidev.json.JSONNavi
set current value as Boolean
set(Number) - Method in class net.minidev.json.JSONNavi
set current value as Number
set(String) - Method in class net.minidev.json.JSONNavi
set current value as String
set(String, double) - Method in class net.minidev.json.JSONNavi
write an value in the current object
set(String, float) - Method in class net.minidev.json.JSONNavi
write an value in the current object
set(String, int) - Method in class net.minidev.json.JSONNavi
write an value in the current object
set(String, long) - Method in class net.minidev.json.JSONNavi
write an value in the current object
set(String, Number) - Method in class net.minidev.json.JSONNavi
 
set(String, String) - Method in class net.minidev.json.JSONNavi
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.BeansMapper.Bean
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.BeansMapper.BeanNoConv
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.CollectionMapper.MapClass
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.CollectionMapper.MapType
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.CompessorMapper
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.DefaultMapper
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.DefaultMapperCollection
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.DefaultMapperOrdered
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.FakeMapper
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.JsonReaderI
called when json-smart done parsing a value
setValue(Object, String, Object) - Method in class net.minidev.json.writer.MapperRemapped
 
setValue(Object, String, Object) - Method in class net.minidev.json.writer.UpdaterMapper
called when json-smart done parsing a value
startArray(String) - Method in class net.minidev.json.writer.ArraysMapper.GenericMapper
 
startArray(String) - Method in class net.minidev.json.writer.BeansMapper.Bean
 
startArray(String) - Method in class net.minidev.json.writer.BeansMapper.BeanNoConv
 
startArray(String) - Method in class net.minidev.json.writer.CollectionMapper.ListClass
 
startArray(String) - Method in class net.minidev.json.writer.CollectionMapper.ListType
 
startArray(String) - Method in class net.minidev.json.writer.CollectionMapper.MapClass
 
startArray(String) - Method in class net.minidev.json.writer.CollectionMapper.MapType
 
startArray(String) - Method in class net.minidev.json.writer.CompessorMapper
 
startArray(String) - Method in class net.minidev.json.writer.DefaultMapper
 
startArray(String) - Method in class net.minidev.json.writer.DefaultMapperCollection
 
startArray(String) - Method in class net.minidev.json.writer.DefaultMapperOrdered
 
startArray(String) - Method in class net.minidev.json.writer.FakeMapper
 
startArray(String) - Method in class net.minidev.json.writer.JsonReaderI
called when json-smart parser start an array.
startArray(String) - Method in class net.minidev.json.writer.MapperRemapped
 
startArray(String) - Method in class net.minidev.json.writer.UpdaterMapper
called when json-smart parser start an array.
startObject(String) - Method in class net.minidev.json.writer.ArraysMapper.GenericMapper
 
startObject(String) - Method in class net.minidev.json.writer.BeansMapper.Bean
 
startObject(String) - Method in class net.minidev.json.writer.BeansMapper.BeanNoConv
 
startObject(String) - Method in class net.minidev.json.writer.CollectionMapper.ListClass
 
startObject(String) - Method in class net.minidev.json.writer.CollectionMapper.ListType
 
startObject(String) - Method in class net.minidev.json.writer.CollectionMapper.MapClass
 
startObject(String) - Method in class net.minidev.json.writer.CollectionMapper.MapType
 
startObject(String) - Method in class net.minidev.json.writer.CompessorMapper
 
startObject(String) - Method in class net.minidev.json.writer.DefaultMapper
 
startObject(String) - Method in class net.minidev.json.writer.DefaultMapperCollection
 
startObject(String) - Method in class net.minidev.json.writer.DefaultMapperOrdered
 
startObject(String) - Method in class net.minidev.json.writer.FakeMapper
 
startObject(String) - Method in class net.minidev.json.writer.JsonReaderI
called when json-smart parser meet an object key
startObject(String) - Method in class net.minidev.json.writer.MapperRemapped
 
startObject(String) - Method in class net.minidev.json.writer.UpdaterMapper
called when json-smart parser meet an object key

T

toJSONString() - Method in class net.minidev.json.JSONArray
Explicitly 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
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.
toJSONString(List<? extends Object>) - Static method in class net.minidev.json.JSONArray
 
toJSONString(List<? extends Object>, JSONStyle) - Static method in class net.minidev.json.JSONArray
Convert a list to JSON text.
toJSONString(Map<String, ? extends Object>) - Static method in class net.minidev.json.JSONObject
 
toJSONString(Map<String, ? extends Object>, JSONStyle) - Static method in class net.minidev.json.JSONObject
Convert a map to JSON text.
toJSONString(JSONStyle) - Method in class net.minidev.json.JSONArray
 
toJSONString(JSONStyle) - Method in interface net.minidev.json.JSONAwareEx
 
toJSONString(JSONStyle) - Method in class net.minidev.json.JSONObject
 
toString() - Method in class net.minidev.json.JSONArray
Override native toString()
toString() - Method in class net.minidev.json.JSONNavi
return the Object as a Json String
toString() - Method in class net.minidev.json.JSONObject
 
toString(JSONStyle) - Method in class net.minidev.json.JSONArray
JSONAwareEx interface
toString(JSONStyle) - Method in class net.minidev.json.JSONNavi
return the Object as a Json String
toString(JSONStyle) - Method in class net.minidev.json.JSONObject
 
toStringWriter - Static variable in class net.minidev.json.reader.JsonWriter
ToString Writer

U

uncompress(String) - Static method in class net.minidev.json.JSONValue
Compress Json input keeping element order
up() - Method in class net.minidev.json.JSONNavi
Move one level up in Json tree.
up(int) - Method in class net.minidev.json.JSONNavi
call up() level times.
UpdaterMapper<T> - Class in net.minidev.json.writer
 
UpdaterMapper(JsonReader, T) - Constructor for class net.minidev.json.writer.UpdaterMapper
 
UpdaterMapper(JsonReader, T, Type) - Constructor for class net.minidev.json.writer.UpdaterMapper
 
USE_HI_PRECISION_FLOAT - Static variable in class net.minidev.json.parser.JSONParser
Allow Json-smart to use Double or BigDecimal to store floating point value You may need to disable HI_PRECISION_FLOAT feature on 32bit to improve parsing performances.
USE_INTEGER_STORAGE - Static variable in class net.minidev.json.parser.JSONParser
Use int datatype to store number when it's possible.

V

value() - Method in annotation type net.minidev.json.annotate.JsonIgnore
 

W

writeJSON(Map<String, ? extends Object>, Appendable) - Static method in class net.minidev.json.JSONObject
 
writeJSON(Map<String, ? extends Object>, Appendable, JSONStyle) - Static method in class net.minidev.json.JSONObject
Encode a map into JSON text and write it to out.
writeJSONKV(String, Object, Appendable, JSONStyle) - Static method in class net.minidev.json.JSONObject
Write a Key : value entry to a stream
writeJSONKV(String, Object, Appendable, JSONStyle) - Static method in class net.minidev.json.reader.JsonWriter
Write a Key : value entry to a stream
writeJSONString(E, Appendable, JSONStyle) - Method in class net.minidev.json.reader.ArrayWriter
 
writeJSONString(E, Appendable, JSONStyle) - Method in class net.minidev.json.reader.BeansWriter
 
writeJSONString(E, Appendable, JSONStyle) - Method in class net.minidev.json.reader.BeansWriterASM
 
writeJSONString(E, Appendable, JSONStyle) - Method in class net.minidev.json.reader.BeansWriterASMRemap
 
writeJSONString(E, Appendable, JSONStyle) - Method in interface net.minidev.json.reader.JsonWriterI
 
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(Appendable, JSONStyle) - Method in class net.minidev.json.JSONArray
 
writeJSONString(Appendable, JSONStyle) - Method in class net.minidev.json.JSONObject
serialize Object as json to an stream
writeJSONString(Appendable, JSONStyle) - Method in interface net.minidev.json.JSONStreamAwareEx
write JSON string to out.
writeJSONString(Iterable<? extends Object>, Appendable, JSONStyle) - Static method in class net.minidev.json.JSONArray
Encode a list into JSON text and write it 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.
writeJSONString(List<? extends Object>, Appendable) - Static method in class net.minidev.json.JSONArray
 
writeString(Appendable, String) - Method in class net.minidev.json.JSONStyle
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages