My JSON value has 2 values String and Int I can't pair them
I have a struct which has "fill" value. And that value contains Int, but in one case it has String value and I don't know how to pair that. Here's the decodable JSON, I'm just showing this part, because as…