[#BloombergLP-bdljsn-Json-theArray-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Json.adoc[Json]::theArray :relfileprefix: ../../../ :mrdocs: `theArray` overloads == Synopses Declared in `<bdljsn_json.h>` Return a reference providing modifiable access to the value of type `JsonArray` held by this object. The behavior is undefined unless `isArray()` returns true. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]& xref:BloombergLP/bdljsn/Json/theArray-05.adoc[theArray](); ---- [.small]#xref:BloombergLP/bdljsn/Json/theArray-05.adoc[_» more..._]# Return a reference providing non‐modifiable access to the value of type `JsonArray` held by this object. The behavior is undefined unless `isArray()` returns true. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray] const& xref:BloombergLP/bdljsn/Json/theArray-0e.adoc[theArray]() const; ---- [.small]#xref:BloombergLP/bdljsn/Json/theArray-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#