Skip to content

Std json jsonvalue toarray

std:std.json.JsonValue.ToArray

Method ToArray:Stack<JsonValue>( )#

Gets array value.

If the value is an array, returns its actual value in the form of a Stack object.

If the value is not an array, null is returned by default.