Riccardo Montagnin
04/15/2019, 9:29 AMribesg
04/15/2019, 11:29 AMRiccardo Montagnin
04/15/2019, 12:21 PMRiccardo Montagnin
04/15/2019, 12:21 PMribesg
04/15/2019, 12:22 PMribesg
04/15/2019, 12:23 PMRiccardo Montagnin
04/15/2019, 12:32 PMribesg
04/15/2019, 12:33 PMtoString()
on the data class
and hash that?Riccardo Montagnin
04/15/2019, 12:49 PMribesg
04/15/2019, 12:50 PMkotlinx.serialization
?Riccardo Montagnin
04/15/2019, 12:50 PMribesg
04/15/2019, 12:51 PMsandwwraith
04/15/2019, 4:12 PMJsonObject
with toJson
method first and then sort keys in map.Riccardo Montagnin
04/16/2019, 7:09 AMsandwwraith
04/16/2019, 9:16 AMtoJson
instead of stringify
. You will get JsonElement
, checkcast it to JsonObject
which is a usual map under the hood.Riccardo Montagnin
04/16/2019, 9:17 AM