4 references to JsonEncodedText
System.Text.Json (4)
System\Text\Json\JsonEncodedText.cs (4)
70return new JsonEncodedText(Array.Empty<byte>()); 117return new JsonEncodedText(Array.Empty<byte>()); 130return new JsonEncodedText(JsonHelpers.EscapeValue(utf8Value, idx, encoder)); 134return new JsonEncodedText(utf8Value.ToArray());