Begin reading JSON array.
Begin reading JSON array. Returns the size.
Call nextElement
n-times, and then call endArray
.
Begin reading JSON object.
Begin reading JSON object. Returns the size.
Call nextField
n-times, and then call endObject
.
End reading JSON array.
End reading JSON array. Returns the size.
End reading JSON object.
End reading JSON object. Returns the size.
Check if js is null
Check if js is null
Read BigDecimal
value to the current context.
Read Boolean
value to the current context.
Read Double
value to the current context.
Read Float
value to the current context.
Read Int
value to the current context.
Read Long
value to the current context.
Read String
value to the current context.
Builder is an mutable structure to write JSON into.