Skip to content

Allow overriding more JsonSerializerSettings #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dnperfors opened this issue Nov 10, 2017 · 1 comment
Closed

Allow overriding more JsonSerializerSettings #185

dnperfors opened this issue Nov 10, 2017 · 1 comment

Comments

@dnperfors
Copy link
Contributor

Currently it is already possible to change the default JsonContractResolver. However it is not possible to change other settings (like adding the StringEnumConverter) for just JsonApiDotNetCore (it is possible to change the global default settings via JsonConvert.DefaultSettings)

Is there a reason why this is not possible? If not, I am happy to provide a PR where it is possible to change all settings.

@jaredcnance
Copy link
Contributor

A PR would be appreciated 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants