-
-
-
-
Serialized Fields
-
escapeForwardSlashAlways
boolean escapeForwardSlashAlways
When set to true forward slashes are escaped within the array.
When set to false no forward slashes are escaped.
This setting is not inherited to any JSONObject or JSONArray members of the array.
It is only for simple strings.
Escaping needs to be set for each contained JSONObject or JSONArray object.
-
myArrayList
ArrayList myArrayList
The arrayList where the JSONArray's properties are kept.
-
-
Serialized Fields
-
column
int column
-
line
int line
-
-
Serialized Fields
-
dropRootElement
boolean dropRootElement
-
escapeForwardSlashAlways
boolean escapeForwardSlashAlways
-
ignoredElements
List ignoredElements
-
myHashMap
LinkedHashMap<Object,Object> myHashMap
The hash map where the JSONObject's properties are kept.
-
writeNullAsString
boolean writeNullAsString
-