How to decode dynamic keys using prefix
I want to decode strIngredient1, strIngredient2, strIngredient3 to an array and strMeasure1, strMeasure2, strMeasure3 to a separate array. How can we do this using decodable and Coding keys. I have an object that conforms to the decodable protocol and a function public init(from decoder: Decoder)