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

Changing Named Request Parsing to NewtonSoft #3846

Closed
wants to merge 3 commits into from

Conversation

bleaphar
Copy link
Contributor

This PR reflects a usage dependency on Newtonsoft in the named request parsing. This switch makes it easier to get values from JArrays and has more robust support compared to System.Text.Json. Since the dependency exists in other parts of interactive already, it is not adding a new dependency to the solution.

@jonsequitur
Copy link
Contributor

We're generally trying to remove this dependency before stabilizing the API.

Is there a bug or requested feature that requires a capability that NewtonSoft has and System.Text.Json can't be made to do?

@bleaphar bleaphar closed this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants