Is it possible to somehow add pre-deserialization hooks? I just found that some of my input data has string expressions in places, where numbers should be. I can evaluate them, but I do not want to violate a scheme for that.
t
turansky
02/26/2020, 4:27 PM
JSON format?
s
sandwwraith
02/26/2020, 4:42 PM
No, we do not have special places for hooks
a
altavir
02/26/2020, 5:15 PM
I actually need it for XML and there is a place in @pdvrieze's code to inject a transformer for xml entities. I think it makes sense to add such a place for JSON.