Is it possible to somehow add pre-deserialization ...
# serialization
a
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
JSON format?
s
No, we do not have special places for hooks
a
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.