[#BloombergLP-bdljsn-JsonArray-resize-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]::resize :relfileprefix: ../../../ :mrdocs: `resize` overloads == Synopses Declared in `<bdljsn_json.h>` Change the size of this array to the specified `count`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdljsn/JsonArray/resize-02.adoc[resize](std::size_t count); ---- [.small]#xref:BloombergLP/bdljsn/JsonArray/resize-02.adoc[_» more..._]# Change the size of this array to `count`, filling with `json` as needed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdljsn/JsonArray/resize-03.adoc[resize]( std::size_t count, xref:BloombergLP/bdljsn/Json.adoc[Json] const& json); ---- [.small]#xref:BloombergLP/bdljsn/JsonArray/resize-03.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *count* | new number of elements | *json* | fill value for new elements |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#