theArray overloads
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.
JsonArray&
theArray();
» 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.
JsonArray const&
theArray() const;
» more...