Nothing Special   »   [go: up one dir, main page]

Skip to content
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

Consider aligning json mappers results #73

Open
dvsekhvalnov opened this issue Aug 18, 2017 · 0 comments
Open

Consider aligning json mappers results #73

dvsekhvalnov opened this issue Aug 18, 2017 · 0 comments

Comments

@dvsekhvalnov
Copy link
Owner
dvsekhvalnov commented Aug 18, 2017

This is follow up to #72 .

It appears that built-in Newtonsoft.Json mapper implementation (default for .net core) returning its own internal classes when deserializing json arrays and probably in other cases as well.

Consider possibility to align returning types from JavaScriptSerializer and NewtonSoft.Json to be same and contain only standard primitive and collection types.

One possibly solution is to provide corresponding type converters.

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

No branches or pull requests

1 participant