jsonStringToStringMap

inline fun <T> jsonStringToStringMap(jsonString: String): Map<String, T>

Converts a json String that was stored in DataStore to a Map.

Return

Map that was stored as a String

Parameters

jsonString

String that was stored in DataStore