3 references to ParseValue
System.Text.Json (3)
System\Text\Json\Nodes\JsonNode.Parse.cs (1)
101
JsonElement element = JsonElement.
ParseValue
(utf8Json, documentOptions);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
142
return JsonElement.
ParseValue
(output.WrittenMemory.Span, options.GetDocumentOptions());
160
return JsonElement.
ParseValue
(output.WrittenMemory.Span, options.GetDocumentOptions());