Swift Json Decoder how to get a nested part of the object without decoding it
I receive server response which contains geojson I need to have the geojson as string and don’t want to decode it, but this code throws type mismatch exception.
I receive server response which contains geojson I need to have the geojson as string and don’t want to decode it, but this code throws type mismatch exception.