Open-XML-SDK
Open-XML-SDK copied to clipboard
Remove usage of Newtonsoft in favor of System.Text
Is your feature request related to a problem? Please describe. We currently have both Newtonsoft and System.Text.Json and only should use one.
Describe the solution you'd like Remove Newtonsoft.JSON and replace usage and associated code/data with System.Text.Json compliant stuff