Home

System.Text.Json(JsonDocument/JsonElement) support in LINQPad 6?

As the blog saids, the new System.Text.Json is faster and efficient than Newtonsoft.Json, especially in UTF-8 area.
Do we have any plan to support System.Text.Json?

var doc = JsonDocument.Parse(utf8ByteContent); // just like JObject/JToken
doc.Dump();

Comments

Sign In or Register to comment.