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 10.0.0-preview.1.25080.5
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 10.0.0-preview.1.25080.5
0
Additions
10
Removals
System.Runtime.InteropServices
public
static
class
JsonMarshal
public
static
ReadOnlySpan
<
byte
>
GetRawUtf8PropertyName
(
JsonProperty
property
)
System.Text.Json
public
sealed
class
Utf8JsonWriter
:
IDisposable
,
IAsyncDisposable
public
void
WriteBase64StringSegment
(
ReadOnlySpan
<
byte
>
value
,
bool
isFinalSegment
)
public
void
WriteStringValueSegment
(
ReadOnlySpan
<
char
>
value
,
bool
isFinalSegment
)
public
void
WriteStringValueSegment
(
ReadOnlySpan
<
byte
>
value
,
bool
isFinalSegment
)
System.Text.Json.Nodes
public
sealed
class
JsonArray
:
JsonNode
,
IList
<
JsonNode
>,
ICollection
<
JsonNode
>,
IEnumerable
<
JsonNode
>,
IEnumerable
public
int
RemoveAll
(
Func
<
JsonNode
,
bool
>
match
)
public
void
RemoveRange
(
int
index
,
int
count
)
System.Text.Json.Serialization
public
enum
JsonIgnoreCondition
WhenReading
=
5
WhenWriting
=
4
public
enum
JsonKnownReferenceHandler
public
sealed
class
JsonSourceGenerationOptionsAttribute
:
JsonAttribute
public
JsonKnownReferenceHandler
ReferenceHandler
{
get
;
set
; }