by Nullable Json Primitive List
fun JsonObject?.byNullableJsonPrimitiveList(key: String? = null, default: JsonArrayDefaultSelector<JsonPrimitive?>): JsonDelegateProperty<List<JsonPrimitive?>>
Content copied to clipboard
fun JsonObject?.byNullableJsonPrimitiveList(key: String? = null, default: List<JsonPrimitive?>): JsonDelegateProperty<List<JsonPrimitive?>>
Content copied to clipboard
fun JsonObject?.byNullableJsonPrimitiveList(key: String): JsonDelegateProperty<List<JsonPrimitive?>>
Content copied to clipboard
val JsonObject?.byNullableJsonPrimitiveList: JsonDelegateProperty<List<JsonPrimitive?>>
Content copied to clipboard