neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
232 stars 69 forks source link

System.Text.Json support #617

Open WhatzGames opened 2 years ago

WhatzGames commented 2 years ago

I know that there is no direct type for JSON content, but I think it would be a great addition to support translation to the Json Namespace.

Both JsonDocument and JsonNodes should be considered then.