[#BloombergLP-bdljsn-JsonArray-operator_subs-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]::operator[] :relfileprefix: ../../../ :mrdocs: Subscript operators == Synopses Declared in `<bdljsn_json.h>` Return a reference providing modifiable access to the element at the specified `index` in this `JsonArray`. The behavior is undefined unless `index < size()`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Json.adoc[Json]& xref:BloombergLP/bdljsn/JsonArray/operator_subs-00.adoc[operator[]](std::size_t index); ---- [.small]#xref:BloombergLP/bdljsn/JsonArray/operator_subs-00.adoc[_» more..._]# Return a reference providing non‐modifiable access to the element at the specified `index` in this `JsonArray`. The behavior is undefined unless `index < size()`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Json.adoc[Json] const& xref:BloombergLP/bdljsn/JsonArray/operator_subs-02.adoc[operator[]](std::size_t index) const; ---- [.small]#xref:BloombergLP/bdljsn/JsonArray/operator_subs-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#