Vala.Encoding.JsonValue.toList – Valacore Reference Manual
toList
Description:
public
ArrayList
<
JsonValue
>?
toList
()
Converts a JSON array to an ArrayList.
Returns:
list of values or null if not an array.