Jil
Jil copied to clipboard
Request: Deserialize into an existing object instance
I need to be able to deserialize JSON into an existing instance of a class. (The reason is that said object instance is accessed via an IoC container as a singleton.)
In Json.NET you can use CustomCreationConverter
and pass the existing instance. Could this feature be added to Jil?
Note: I am interested in DeserializeDynamic
support primarily!