jeggy
11/27/2023, 4:18 PMkotlinx-serialization-hocon )?
I'm having trouble figuring out how to parse anything from a file/string to a kotlin Serializable data class objects?
Hocon {} only has access to decodeFromConfig and there's no decodeFromString or something the like?Sergey Morgunov
11/28/2023, 3:47 PMcom.typesafe.config.ConfigFactory#parseString method to get a Config object from StringDistractic
11/29/2023, 8:44 AMjeggy
11/29/2023, 3:25 PM