Paul Woitaschek
05/27/2019, 2:52 PMJson.parse
states:
/**
* Deserializes given json [string] into a corresponding object of type [T] using provided [deserializer].
* @throws [JsonException] subclass in case of serialization error.
*/
However upon missing field it throws a kotlinx.serialization.MissingFieldException
. Is this a known issue?Nikky
05/27/2019, 3:10 PMNikky
05/27/2019, 3:12 PMMarc Knaup
05/27/2019, 3:13 PMMarc Knaup
05/27/2019, 3:13 PMJsonException
🤔Nikky
05/27/2019, 3:13 PMNikky
05/27/2019, 3:13 PMPaul Woitaschek
05/27/2019, 3:22 PM