[#BloombergLP-bdljsn-JsonArray-front-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]::front :relfileprefix: ../../../ :mrdocs: `front` overloads == Synopses Declared in `<bdljsn_json.h>` Return a reference providing modifiable access to the first element in this `JsonArray`. The behavior is undefined unless this `JsonArray` is not empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Json.adoc[Json]& xref:BloombergLP/bdljsn/JsonArray/front-08.adoc[front](); ---- [.small]#xref:BloombergLP/bdljsn/JsonArray/front-08.adoc[_» more..._]# Return a reference providing non‐modifiable access to the first element in this `JsonArray`. The behavior is undefined unless this `JsonArray` is not empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Json.adoc[Json] const& xref:BloombergLP/bdljsn/JsonArray/front-0e.adoc[front]() const; ---- [.small]#xref:BloombergLP/bdljsn/JsonArray/front-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#