I went ahead and changed both the jsonKeyDecodingStrategy and jsonKeyEncodingStrategy, making both use the default KeyDecodingStrategy, which is .useDefaultKeys, as specified in the Foundation docs!
I tested it on the old project and everything builds and decodes correctly.
I went ahead and changed both the
jsonKeyDecodingStrategy
andjsonKeyEncodingStrategy
, making both use the defaultKeyDecodingStrategy
, which is.useDefaultKeys
, as specified in the Foundation docs!I tested it on the old project and everything builds and decodes correctly.