[#BloombergLP-bdljsn-Json-theObject-08a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Json.adoc[Json]::theObject :relfileprefix: ../../../ :mrdocs: `theObject` overloads == Synopses Declared in `<bdljsn_json.h>` Return a reference providing modifiable access to the value of type `JsonObject` held by this object. The behavior is undefined unless `isObject()` returns true. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject]& xref:BloombergLP/bdljsn/Json/theObject-04.adoc[theObject](); ---- [.small]#xref:BloombergLP/bdljsn/Json/theObject-04.adoc[_» more..._]# Return a reference providing non‐modifiable access to the value of type `JsonObject` held by this object. The behavior is undefined unless `isObject()` returns true. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject] const& xref:BloombergLP/bdljsn/Json/theObject-08d.adoc[theObject]() const; ---- [.small]#xref:BloombergLP/bdljsn/Json/theObject-08d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#