9.0.5
13 May 25
Toggle Dropdown
Version 10
10.0.0-preview.4.25258.110
12 May 25
10.0.0-preview.3.25171.5
10 Apr 25
10.0.0-preview.2.25163.2
18 Mar 25
10.0.0-preview.1.25080.5
25 Feb 25
Version 9
9.0.5
13 May 25
9.0.4
8 Apr 25
9.0.3
11 Mar 25
9.0.2
11 Feb 25
9.0.1
14 Jan 25
9.0.0
12 Nov 24
9.0.0-rc.2.24473.5
8 Oct 24
9.0.0-rc.1.24431.7
10 Sep 24
9.0.0-preview.7.24405.7
13 Aug 24
9.0.0-preview.6.24327.7
9 Jul 24
9.0.0-preview.5.24306.7
11 Jun 24
Compare to version...
with 9.0.0-preview.6.24327.7
Toggle Dropdown
Version 10
10.0.0-preview.4.25258.110
12 May 25
10.0.0-preview.3.25171.5
10 Apr 25
10.0.0-preview.2.25163.2
18 Mar 25
10.0.0-preview.1.25080.5
25 Feb 25
Version 9
9.0.5
13 May 25
9.0.4
8 Apr 25
9.0.3
11 Mar 25
9.0.2
11 Feb 25
9.0.1
14 Jan 25
9.0.0
12 Nov 24
9.0.0-rc.2.24473.5
8 Oct 24
9.0.0-rc.1.24431.7
10 Sep 24
9.0.0-preview.7.24405.7
13 Aug 24
9.0.0-preview.6.24327.7
9 Jul 24
9.0.0-preview.5.24306.7
11 Jun 24
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Text.Json"
Version
=
"9.0.5"
/>
API Differences between 9.0.5 and 9.0.0-preview.6.24327.7
11
Additions
0
Removals
System.Runtime.InteropServices
public
static
class
JsonMarshal
public
static
ReadOnlySpan
<
byte
>
GetRawUtf8Value
(
JsonElement
element
)
System.Text.Json
public
struct
JsonElement
public
static
bool
DeepEquals
(
JsonElement
element1
,
JsonElement
element2
)
public
int
GetPropertyCount
()
public
struct
JsonReaderOptions
public
bool
AllowMultipleValues
{
get
;
set
; }
public
static
class
JsonSerializer
public
static
IAsyncEnumerable
<
TValue
>
DeserializeAsyncEnumerable
<
TValue
>(
Stream
utf8Json
,
bool
topLevelValues
,
JsonSerializerOptions
options
=
null
,
CancellationToken
cancellationToken
=
default
)
public
static
IAsyncEnumerable
<
TValue
>
DeserializeAsyncEnumerable
<
TValue
>(
Stream
utf8Json
,
JsonTypeInfo
<
TValue
>
jsonTypeInfo
,
bool
topLevelValues
,
CancellationToken
cancellationToken
=
default
)
System.Text.Json.Schema
public
struct
JsonSchemaExporterContext
public
JsonTypeInfo
BaseTypeInfo
{
get
; }
System.Text.Json.Serialization
public
class
JsonStringEnumMemberNameAttribute
:
Attribute
public
string
Name
{
get
; }
public
JsonStringEnumMemberNameAttribute
(
string
name
)