Proposal for adding capability to skip conversion for specific keys
amansardana opened this issue · 1 comments
amansardana commented
Thanks for the great library, it is of great help.
I have a use case, In which I need to skip casting of value for few keys to numeric/bool.
We can provide a function which takes in a regex/list of keys and sets them to skip casting for those keys.
Please let me know, what you think, I can write the function for this, and create a pull request.
clbanning commented
At tip there's a hook you can use for your regex/list to skip casting based on XML tag. There are docs with the placeholder for your code that will need to be captured.