William Reed
08/12/2021, 1:23 PMmoshi
in my app and I need to deserialize an escaped json string. I want to do this in a @FromJson
adapter, but I’m not so sure how to do that.
e.g. the raw json i have to deserialize looks something like this where the metadata
is an escaped json string. so i want to make an adapter for the metadata
object specifically
{
"time_zone": "America/New_York",
"metadata": "{\"foo\":\"bar\"}"
}