-
Method Summary
-
Method Details
-
-
-
-
documentEnd
void documentEnd()
The document end event
-
jsonArrayStart
void jsonArrayStart(
String key)
Start of new JSONArray.
- Parameters:
key
- the parent key that is associated with the array
-
jsonArrayEnd
void jsonArrayEnd(
String key)
End of a JSONArray
- Parameters:
key
- the parent key associated with the array
-
jsonObjectStart
void jsonObjectStart(
String key)
Start of a new JSONObject
- Parameters:
key
- the parent key associated with the object
-
jsonObjectEnd
void jsonObjectEnd(
String key)
End of a JSONObject
- Parameters:
key
- the parent key associated with this object
-
valueString
String value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueLong
Long value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueInt
Integer value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueBigDecimal
BigDecimal value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueDouble
Double value value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueFloat
Float value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueBoolean
void valueBoolean(
String key,
boolean value)
Boolean value
- Parameters:
key
- the key associated with this value
value
- the value
-
valueNull
null value
- Parameters:
key
- the key associated with this value
value
- the value
-