4 references to JsonEncodedText
System.Text.Json (4)
System\Text\Json\JsonEncodedText.cs (4)
73return new JsonEncodedText(Array.Empty<byte>()); 120return new JsonEncodedText(Array.Empty<byte>()); 133return new JsonEncodedText(JsonHelpers.EscapeValue(utf8Value, idx, encoder)); 137return new JsonEncodedText(utf8Value.ToArray());