13.0.3
8 Mar 23
Toggle Dropdown
Version 13
13.0.5-beta1
30 Dec 25
13.0.4
16 Sep 25
13.0.3
8 Mar 23
13.0.2
24 Nov 22
13.0.1
22 Mar 21
Version 12
12.0.3
9 Nov 19
12.0.2
22 Apr 19
12.0.1
27 Nov 18
Version 11
11.0.2
24 Mar 18
11.0.1
17 Feb 18
Compare to version...
with 12.0.2
Toggle Dropdown
Version 13
13.0.5-beta1
30 Dec 25
13.0.4
16 Sep 25
13.0.3
8 Mar 23
13.0.2
24 Nov 22
13.0.1
22 Mar 21
Version 12
12.0.3
9 Nov 19
12.0.2
22 Apr 19
12.0.1
27 Nov 18
Version 11
11.0.2
24 Mar 18
11.0.1
17 Feb 18
Download Package
Open in NuGet
<
PackageReference
Include
=
"Newtonsoft.Json"
Version
=
"13.0.3"
/>
API Differences between 13.0.3 and 12.0.2
16
Additions
0
Removals
Newtonsoft.Json
public
class
JsonSerializerSettings
public
JsonSerializerSettings
(
JsonSerializerSettings
original
)
Newtonsoft.Json.Converters
public
class
UnixDateTimeConverter
:
DateTimeConverterBase
public
bool
AllowPreEpoch
{
get
;
set
; }
public
UnixDateTimeConverter
(
bool
allowPreEpoch
)
Newtonsoft.Json.Linq
public
class
JsonCloneSettings
public
bool
CopyAnnotations
{
get
;
set
; }
public
JsonCloneSettings
()
public
class
JsonSelectSettings
public
bool
ErrorWhenNoMatch
{
get
;
set
; }
public
JsonSelectSettings
()
public
abstract
class
JToken
:
IJEnumerable
<
JToken
>,
IEnumerable
<
JToken
>,
IEnumerable
,
IJsonLineInfo
,
ICloneable
public
JToken
DeepClone
(
JsonCloneSettings
settings
)
public
JToken
SelectToken
(
string
path
,
JsonSelectSettings
settings
)
public
IEnumerable
<
JToken
>
SelectTokens
(
string
path
,
JsonSelectSettings
settings
)
Newtonsoft.Json.Serialization
public
class
KebabCaseNamingStrategy
:
NamingStrategy
public
KebabCaseNamingStrategy
(
bool
processDictionaryKeys
,
bool
overrideSpecifiedNames
)
public
KebabCaseNamingStrategy
(
bool
processDictionaryKeys
,
bool
overrideSpecifiedNames
,
bool
processExtensionDataNames
)
public
KebabCaseNamingStrategy
()