AutoWrapper.Server
AutoWrapper.Server copied to clipboard
How would you pass a JsonSerializerSettings object to allow snake case?
My result/data/payload contains snake case properties, I'd like to somehow passe a JsonSerializerSettings object to the Unwrapper.Unwrap<T>() method so that I don't need to add attributes to all my DTOs, how would you do that?
Thanks.