3 references to Parse
System.Text.Json (3)
System\Text\Json\Nodes\JsonNode.Parse.cs (1)
98
JsonElement element = JsonElement.
Parse
(utf8Json, documentOptions);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
133
return JsonElement.
Parse
(output.WrittenSpan, options.GetDocumentOptions());
151
return JsonElement.
Parse
(output.WrittenSpan, options.GetDocumentOptions());