Std json jsonvalue toobject
std:std.json.JsonValue.ToObject
Method ToObject:StringMap<JsonValue>( )#
Gets object value.
If the value is an object, returns its actual value in the form of a StringMap
If the value is not an object, null is returned by default.