AutoWrapper.Server icon indicating copy to clipboard operation
AutoWrapper.Server copied to clipboard

How would you pass a JsonSerializerSettings object to allow snake case?

Open sebdesalvador opened this issue 2 years ago • 0 comments

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.

sebdesalvador avatar Sep 29 '23 13:09 sebdesalvador