Founntain / osuplayer

Official osu!player repository. osu!player is a music player for the game osu! made by Dean 'peppy' Herbert. Written in the cross-platform framework AvaloniaUI
MIT License
62 stars 6 forks source link

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

Closed Founntain closed 4 months ago

Founntain commented 4 months ago

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.