Return a reference providing modifiable access to the element at the specified index in this JsonArray. The behavior is undefined unless index < size().
Synopsis
Declared in <bdljsn_json.h>
Json&
operator[](std::size_t index);
Return Value
reference providing modifiable access to the element at the specified index in this JsonArray
Parameters
Name |
Description |
index |
zero‐based element position |
Created with MrDocs