decodeListOrNull

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