[#BloombergLP-bdljsn-JsonArray-pushBack-0f8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]::pushBack :relfileprefix: ../../../ :mrdocs: Append a copy of the specified `object` to this array. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]& pushBack(xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject] const& object); ---- == Description 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()`. == Return Value non‐`const` reference to this array == Parameters [cols="1,4"] |=== | Name| Description | *object* | value to append |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#