Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2349

Switch from Newtonsoft.Json to System.Text.Json

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.5.0
    • 3.5.0
    • dotnet

    Description

      .NET Core 3.0 came with a new built-in JSON serialization library System.Text.Json which probably becomes the standard JSON library for .NET. It offers a better performance while allocating less memory compared to Newtonsoft.Json because it is using new technologies such as Span<T>.

      For users of .NET Core 3.x this also has the nice benefit that the JSON implementation is directly included in the .NET Core framework which solves possible version conflicts.

      Attachments

        Issue Links

          Activity

            People

              Florian Hockmann Florian Hockmann
              Florian Hockmann Florian Hockmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: