public interface JsonArrayBuilder
JsonArray instances.| Modifier and Type | Method and Description |
|---|---|
JsonArrayBuilder |
add(Object value)
Adds a value to the end of the building array.
|
JsonArray |
build()
Returns the built
JsonArray. |
JsonArrayBuilder add(Object value)
value - the value to add; must be an instance of a type defined by JsonValueTypeCopyright © Veeva Systems 2017–2021. All rights reserved.