4 references to JsonObject
System.Text.Json (4)
System\Text\Json\Nodes\JsonObject.cs (2)
64
JsonValueKind.Object => new
JsonObject
(element, options),
90
? new
JsonObject
(jsonElement.Value.Clone(), Options)
System\Text\Json\Serialization\Converters\Node\JsonNodeConverter.cs (1)
70
node = new
JsonObject
(element, options);
System\Text\Json\Serialization\Converters\Node\JsonObjectConverter.cs (1)
65
JsonObject jObject = new
JsonObject
(jElement, options);