https://docs.microsoft.com/en-us/dotnet/api/system.text.json.jsondocument?view=net-7.0
JsonDocument Class (System.Text.Json) | Microsoft Learn
Provides a mechanism for examining the structural content of a JSON value without automatically instantiating data values.
class systemtextjsonmicrosoftlearn
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.jsondocument.rootelement?view=net-8.0
JsonDocument.RootElement Property (System.Text.Json) | Microsoft Learn
Gets the root element of this JSON document.
property systemtextjsonmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.jsondocument?view=netcore-3.1
JsonDocument Class (System.Text.Json) | Microsoft Learn
Provides a mechanism for examining the structural content of a JSON value without automatically instantiating data values.
class systemtextjsonmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.jsondocument.rootelement?view=net-10.0
JsonDocument.RootElement Property (System.Text.Json) | Microsoft Learn
Gets the root element of this JSON document.
property systemtextjsonmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.jsondocument.parseasync?view=net-10.0
JsonDocument.ParseAsync Method (System.Text.Json) | Microsoft Learn
Parses a Stream as UTF-8-encoded data representing a single JSON value into a JsonDocument. The stream is read to completion.
methodsystemtextjsonmicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.jsondocument.parse?view=net-10.0&viewFallbackFrom=net-8.0-pp
JsonDocument.Parse Method (System.Text.Json) | Microsoft Learn
Parses a sequence as UTF-8-encoded text representing a single JSON value into a JsonDocument.
parsemethodsystemtextjson