JSON deserialization not working in Jetpack Compose
To decode (deserialize) JSON data in Jetpack Compose seems quite simple, however I've encountered a problem that I can't solve. I'm using the latest version of Android Studio and I'm not sure whether the .decodeFromString() function works in AS or…