3 references to JsonNode
System.Text.Json (3)
parent\Common\JsonUnknownTypeHandling.cs (1)
16
/// A type declared as <see cref="object"/> is deserialized as a <see cref="
JsonNode
"/>.
System\Text\Json\Serialization\Converters\Object\ObjectConverter.cs (2)
104
Debug.Assert(options.UnknownTypeHandling == JsonUnknownTypeHandling.
JsonNode
);
130
Debug.Assert(options.UnknownTypeHandling == JsonUnknownTypeHandling.
JsonNode
);