fromJsonString

fun fromJsonString(jsonString: String): TokenState

Create a TokenState instance from a String.

Return

TokenState instance converted from the String

Parameters

jsonString

The String to be converted to a TokenState instance.