10.0.0-preview.6.25358.103
15 Jul 25
Toggle Dropdown
Version 10
10.0.0-rc.1.25451.107
9 Sep 25
10.0.0-preview.7.25380.108
12 Aug 25
10.0.0-preview.6.25358.103
15 Jul 25
10.0.0-preview.5.25277.114
6 Jun 25
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.9
9 Sep 25
9.0.8
5 Aug 25
Compare to version...
with 10.0.0-preview.4.25258.110
Toggle Dropdown
Version 10
10.0.0-rc.1.25451.107
9 Sep 25
10.0.0-preview.7.25380.108
12 Aug 25
10.0.0-preview.6.25358.103
15 Jul 25
10.0.0-preview.5.25277.114
6 Jun 25
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.9
9 Sep 25
9.0.8
5 Aug 25
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Text.Json"
Version
=
"10.0.0-preview.6.25358.103"
/>
API Differences between 10.0.0-preview.6.25358.103 and 10.0.0-preview.4.25258.110
8
Additions
0
Removals
System.Text.Json
public
struct
JsonDocumentOptions
public
bool
AllowDuplicateProperties
{
get
;
set
; }
public
struct
JsonElement
public
static
JsonElement
Parse
(
ReadOnlySpan
<
byte
>
utf8Json
,
JsonDocumentOptions
options
=
default
)
public
static
JsonElement
Parse
(
ReadOnlySpan
<
char
>
json
,
JsonDocumentOptions
options
=
default
)
public
static
JsonElement
Parse
(
string
json
,
JsonDocumentOptions
options
=
default
)
public
enum
JsonSerializerDefaults
Strict
=
2
public
sealed
class
JsonSerializerOptions
public
static
JsonSerializerOptions
Strict
{
get
; }
public
bool
AllowDuplicateProperties
{
get
;
set
; }
System.Text.Json.Serialization
public
sealed
class
JsonSourceGenerationOptionsAttribute
:
JsonAttribute
public
bool
AllowDuplicateProperties
{
get
;
set
; }