LastExceed
05/29/2021, 7:04 PMThe default serializer is based on an ISO 8601 string representation of a type and uses `toString()`/`parse()` to serialize and deserialize valuesthe linked wikipedia article lists
2021-05-29T17:42:42+00:00
as an example string
so why do i get an exception here ?ephemient
05/29/2021, 7:21 PM2021-05-29T17:42:42+00:00
is not valid JSONephemient
05/29/2021, 7:22 PMdecodeFromString<Instant>("\"2021-05-29T17:42:42+00:00\"")
ephemient
05/29/2021, 7:22 PM""""2021-05-29T17:42:42+00:00""""
, same thing)LastExceed
05/29/2021, 7:41 PM