wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
340 stars 130 forks source link

Use System.Text.Json to replace Newtonsoft.Json? #281

Open robertrade opened 2 years ago

robertrade commented 2 years ago

Is it possible for WordPressPCL to replace Newtonsoft.Json with System.Text.Json for future WordpressPCL versions?

ThomasPe commented 2 years ago

Definitely something to consider, however for v2 it's probably not going to happen as this would mean reduced legacy support. But perhaps for v3 where I'd like to move away from netstandard.