byJsonObjectList

fun JsonObject.byJsonObjectList(key: String? = null, default: JsonArrayDefaultSelector<JsonObject>): JsonDelegateProperty<List<JsonObject>>
fun JsonObject.byJsonObjectList(key: String? = null, default: List<JsonObject>): JsonDelegateProperty<List<JsonObject>>
fun JsonObject.byJsonObjectList(key: String): JsonDelegateProperty<List<JsonObject>>
val JsonObject.byJsonObjectList: JsonDelegateProperty<List<JsonObject>>