Append a copy of the specified object to this array.
Append to the end of this JsonArray a copy of the specified object and return a non-const reference to this array. If an exception is thrown, *this is unaffected. Throw bsl::length_error if size() == maxSize().
non-const reference to this array
| Name | Description |
|---|---|
| object | value to append |