Append to the end of this JsonArray a copy of the specified json/array/object/number and return a non-const reference to this array. If an exception is thrown, *this is unaffected. Throw bsl::length_error if size() == maxSize().
JsonArray
json
array
object
number
const
*this
bsl::length_error
size() == maxSize()
Declared in <bdljsn_json.h>
<bdljsn_json.h>
JsonArray& pushBack(Json const& json);