• @starman
    link
    4
    edit-2
    1 year ago

    System.Text.Json

    I’ll miss FluentValidation but it’s the only way to stop Newtonsoft.Json /s

    • @Dumhuvud
      link
      21 year ago

      STJ is a part of the standard library since forever though, who cares if it stays on NuGet

    • @burt
      link
      21 year ago

      I feel like I’m too senior to ask this, and should know better, but my main responsibility is a .net framework 4.8 application, so I may have missed a memo. Why does Newtonsoft.Json need to be stopped?

      • @starman
        link
        31 year ago

        It’s fine on pre .NET Core 3.0 versions, but I’ve seen it used many times on later .NET versions, when there was no need to. Maybe my comment sounds to serous, I think that Newtonsoft.Json is still useful on older platforms.