readArrayValue

inline fun <T : Iterable<E>, E> Json.readArrayValue(jsonData: JsonValue, name: String? = null): T

Read an iterable value of type T with elements of type E from a jsonData attribute with a name. If name is null, this will directly read jsonData as an iterable of type T.