<PackageReference Include="System.Text.Json" Version="10.0.0-preview.2.25163.2" />
API Differences between 10.0.0-preview.2.25163.2 and 9.0.0-preview.5.24306.7
62 Additions
0 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, IList<KeyValuePair<string, JsonNode>>
System.Text.Json.Schema
System.Text.Json.Serialization
System.Text.Json.Serialization.Metadata