What is the best practice when decoding json to swift numbers
I’m new to Swift programing and I was wondering what the best practice is when fetching json data that contains numbers and then trying to decode that data into a swift Decodable struct.
I’m new to Swift programing and I was wondering what the best practice is when fetching json data that contains numbers and then trying to decode that data into a swift Decodable struct.