<PackageReference Include="System.Text.Json" Version="9.0.0-preview.5.24306.7" />
API Differences between 9.0.0-preview.5.24306.7 and 10.0.0-preview.3.25171.5
0 Additions
36 Removals
System.Runtime.InteropServices
System.Text.Json
System.Text.Json.Nodes
-
public sealed class JsonArray : JsonNode, IList<JsonNode>, ICollection<JsonNode>, IEnumerable<JsonNode>, IEnumerable
-
public sealed class JsonObject : JsonNode, IDictionary<string, JsonNode>, ICollection<KeyValuePair<string, JsonNode>>, IEnumerable<KeyValuePair<string, JsonNode>>, IEnumerable
System.Text.Json.Schema
System.Text.Json.Serialization
System.Text.Json.Serialization.Metadata