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<JsonValue> object.

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