Return a reference providing non‐modifiable access to the first element in this JsonArray. The behavior is undefined unless this JsonArray is not empty.
Synopsis
Declared in <bdljsn_json.h>
Json const&
front() const;
Return Value
reference providing non‐modifiable access to the first element in this JsonArray
Created with MrDocs