RethinkDb.Driver icon indicating copy to clipboard operation
RethinkDb.Driver copied to clipboard

Support for System.Text.Json.JsonDocument

Open oliverjanik opened this issue 5 years ago • 0 comments

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.

oliverjanik avatar Dec 16 '19 03:12 oliverjanik