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

Added new IJsonService and replaced Newtonsoft.Json with it #273

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

Founntain
Copy link
Owner

Created and implemented a new JsonService to handle all JSON serialization and deserialization throughout the application. This included the removal of all usage of Newtonsoft.Json and replacing all instances with System.Text.Json. The application's performance was improved by this change. The documentation was also updated to reflect the changes.

Created and implemented a new JsonService to handle all JSON serialization and deserialization throughout the application. This included the removal of all usage of Newtonsoft.Json and replacing all instances with System.Text.Json. The application's performance was improved by this change. The documentation was also updated to reflect the changes.
@Founntain Founntain added dependencies Anything regarding dependencies in this project refactor Pull request that refactors the code labels Apr 26, 2024
@Founntain Founntain requested a review from Cesan April 26, 2024 22:24
Copy link
Collaborator

@Cesan Cesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Founntain Founntain merged commit 96f6e19 into master Apr 30, 2024
4 checks passed
@Founntain Founntain deleted the removal-of-newtonsoft-json branch April 30, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Anything regarding dependencies in this project refactor Pull request that refactors the code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants