Skip to content

Use System.Text.Json instead of Newtonsoft.Json #48

Open
@cz-cs

Description

@cz-cs

🔖 Feature description

Rewrite the library with System.Text.Json instead of using Newtonsoft.Json.

🎤 Pitch

Newtonsoft.Json is obsolete, and System.Text.Json is faster and is still supported for newer .NET versions. Newtonsoft.Json is only kept updated for .NET 4 and below. Most .NET projects use more recent versions of the runtime, and System.Text.Json is a better fit for these projects instead.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions