Base:
1 reference to ToString
System.Text.Json (1)
System\Text\Json\Document\JsonProperty.cs (1)
150=> Value.ValueKind == JsonValueKind.Undefined ? "<Undefined>" : $"\"{ToString()}\"";