public JsonObject AsObject { get; }
Public ReadOnly Property AsObject As JsonObject
Get
public:
property JsonObject^ AsObject {
JsonObject^ get ();
}
member AsObject : JsonObject with get
To get property values you can also read the string indexer without obtaining the value as a JsonObject.
To set/add/remove object properties in a JsonValue instance you need to use this property or the explicit cast to JsonObject.