add
Adds the given boolean value to a resulting JSON array.
Always returns true
similarly to ArrayList specification.
Adds the given numeric value to a resulting JSON array.
Always returns true
similarly to ArrayList specification.
Adds the given string value to a resulting JSON array.
Always returns true
similarly to ArrayList specification.
Adds null
to a resulting JSON array.
Always returns true
similarly to ArrayList specification.