Skip to content

Std json jsonobject getstring

std:std.json.JsonObject.GetString

Method GetString:String( key:String )#

Gets a string from an object.

Returns the string value associated with key, or an empty string if key does not exist or the value associated with key is not a string.

Parameters
key key Object key.