Skip to content

Support for System.Text.Json.JsonDocument #148

Open
@oliverjanik

Description

AspNetCore 3.0 dropped JSON.NET out of the box and replaced it with much more lightweight JsonDocument and JsonSerialiser

It seems this will be the official way to handle JSON for .NET going forward. It's still a bit rough, but I think it's worth investigating for this project.

As as example Npgsql has included direct JsonDocument support for the Postgres jsonb column out of the box recently.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions