3 references to JsonElement
System.Text.Json (3)
src\libraries\System.Text.Json\Common\JsonUnknownTypeHandling.cs (1)
12
/// A type declared as <see cref="object"/> is deserialized as a <see cref="
JsonElement
"/>.
System\Text\Json\Serialization\Converters\Object\ObjectConverter.cs (2)
102
if (options.UnknownTypeHandling == JsonUnknownTypeHandling.
JsonElement
)
115
if (options.UnknownTypeHandling == JsonUnknownTypeHandling.
JsonElement
)