decodeListOrNull

inline fun <T> Json.decodeListOrNull(value: String?): List<T>?

Decodes a JSON list, returning null when the input is null or invalid.