instantsearch-ios icon indicating copy to clipboard operation
instantsearch-ios copied to clipboard

Add custom JSONDecoder property to HitsInteractor

Open VladislavFitz opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe 🙏

Described here. Client wants the Codable model variable names to be in camel case. HitsInteractor supports only the snake case since it uses the default JSONDecoder constructor, so the client might add CodingKeys per model.

Describe the solution you'd like 🤔 Add possibility to set a custom JSONDecoder property to HitsInteractor responsible for search hits decoding.

VladislavFitz avatar Aug 16 '22 14:08 VladislavFitz