RestSharp.Serializers.NewtonsoftJson 112.1.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package RestSharp.Serializers.NewtonsoftJson --version 112.1.0
                    
NuGet\Install-Package RestSharp.Serializers.NewtonsoftJson -Version 112.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="112.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RestSharp.Serializers.NewtonsoftJson" Version="112.1.0" />
                    
Directory.Packages.props
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RestSharp.Serializers.NewtonsoftJson --version 112.1.0
                    
#r "nuget: RestSharp.Serializers.NewtonsoftJson, 112.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RestSharp.Serializers.NewtonsoftJson@112.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RestSharp.Serializers.NewtonsoftJson&version=112.1.0
                    
Install as a Cake Addin
#tool nuget:?package=RestSharp.Serializers.NewtonsoftJson&version=112.1.0
                    
Install as a Cake Tool

About

This library allows using Newtonsoft.Json as a serializer for RestSharp instead of the default JSON serializer based on System.Text.Json.

How to use

The default JSON serializer uses System.Text.Json, which is a part of .NET since .NET 6.

If you want to use Newtonsoft.Json, you can install the RestSharp.Serializers.NewtonsoftJson package and configure the client to use it:

var client = new RestClient(
    options, 
    configureSerialization: s => s.UseNewtonsoftJson()
);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (173)

Showing the top 5 NuGet packages that depend on RestSharp.Serializers.NewtonsoftJson:

Package Downloads
OneSignalApi

OneSignal is a free push notification service for mobile apps. Integrate OneSignal with your backend events, data, and more.

Eds.Api.Public

Public Sphere.Courier API

conductor-csharp

C# sdk for conductor

DTF.Common.V2

Digital Tax Free basic models and abstractions.

KeyPay

A .NET library for the KeyPay API. NOTE: this package is no longer maintained. Please use the KeyPayV2 nuget package instead now. https://www.nuget.org/packages/KeyPayV2

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on RestSharp.Serializers.NewtonsoftJson:

Repository Stars
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
liuke-wuhan/ZuAnBot
祖安助手:英雄联盟(League Of Legends)一键喷人,LOL游戏和客户端中可用。只为反击喷子!
sll552/DiscordBee
MusicBee plugin that updates your Discord status with the currently playing track
waliarubal/Jaya
Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
h4lfheart/FortnitePorting
Lightning-Quick Automation of the Fortnite Porting Process
reconness/reconness
ReconNess is a platform to allow continuous recon (CR) where you can set up a pipeline of #recon tools (Agents) and trigger it base on schedule or events.
rayshift/translatefgo
FGO Translation Project
furesoft/Slithin
A management application for the remarkable tablet
GameProgressive/UniSpyServer
An Open source GameSpy emulator written in C#
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
Version Downloads Last Updated
112.1.1-alpha.0.4 4,991 12/17/2024
112.1.1-alpha.0.1 138 12/16/2024
112.1.0 2,095,919 10/4/2024
112.0.1-alpha.0.1 156 10/3/2024
112.0.0 780,493 8/29/2024
111.4.2-alpha.0.3 580 8/29/2024
111.4.1 284,927 7/30/2024
111.4.1-alpha.0.7 105 7/30/2024
111.4.1-alpha.0.1 99 7/30/2024
111.4.0 57,770 7/11/2024
111.3.1-alpha.0.7 136 7/11/2024
111.3.1-alpha.0.6 147 7/4/2024
111.3.1-alpha.0.5 405 6/25/2024
111.3.1-alpha.0.3 151 6/24/2024
111.3.1-alpha.0.2 135 6/24/2024
111.3.1-alpha.0.1 121 6/24/2024
111.3.0 159,433 6/17/2024
111.2.1-alpha.0.6 132 6/17/2024
111.2.1-alpha.0.5 130 6/17/2024
111.2.1-alpha.0.3 133 6/17/2024
111.2.1-alpha.0.2 156 6/12/2024
111.2.0 123,951 5/30/2024
111.1.1-alpha.0.4 129 5/30/2024
111.1.1-alpha.0.3 138 5/27/2024
111.1.1-alpha.0.2 123 5/27/2024
111.1.0 32,920 5/26/2024
111.0.1-alpha.0.8 234 5/26/2024
111.0.1-alpha.0.7 129 5/26/2024
111.0.1-alpha.0.5 134 5/25/2024
111.0.1-alpha.0.4 176 5/22/2024
111.0.1-alpha.0.3 132 5/22/2024
111.0.1-alpha.0.1 118 5/22/2024
111.0.0 10,718 5/22/2024
110.2.1-alpha.0.26 559 5/22/2024
110.2.1-alpha.0.24 138 5/22/2024
110.2.1-alpha.0.23 138 5/22/2024
110.2.1-alpha.0.22 136 5/22/2024
110.2.1-alpha.0.20 1,859 4/5/2024
110.2.1-alpha.0.16 11,373 10/24/2023
110.2.1-alpha.0.15 198 10/24/2023
110.2.1-alpha.0.13 7,931 9/13/2023
110.2.1-alpha.0.11 1,862 8/14/2023
110.2.1-alpha.0.10 476 7/4/2023
110.2.1-alpha.0.9 217 7/4/2023
110.2.1-alpha.0.8 209 7/4/2023
110.2.1-alpha.0.7 209 7/4/2023
110.2.1-alpha.0.6 194 7/4/2023
110.2.1-alpha.0.5 197 7/4/2023
110.2.1-alpha.0.3 2,466 5/10/2023
110.2.1-alpha.0.2 1,129 5/3/2023
110.2.1-alpha.0.1 542 4/10/2023
110.2.0 3,533,702 4/9/2023
110.1.1-alpha.0.7 207 4/9/2023
110.1.1-alpha.0.6 210 4/9/2023
110.1.1-alpha.0.5 196 4/9/2023
110.1.1-alpha.0.4 210 4/8/2023
110.1.0 17,435 4/4/2023
110.0.1-alpha.0.4 206 4/4/2023
110.0.1-alpha.0.3 209 4/4/2023
110.0.1-alpha.0.2 218 4/4/2023
110.0.1-alpha.0.1 212 4/4/2023
110.0.0 12,206 4/3/2023
109.0.2-alpha.0.7 428 4/3/2023
109.0.2-alpha.0.6 225 3/31/2023
109.0.2-alpha.0.5 206 3/30/2023
109.0.2-alpha.0.2 237 3/26/2023
109.0.1 176,991 3/12/2023
109.0.0 6,019 3/12/2023
109.0.0-preview.2 421 2/17/2023
109.0.0-preview.1 16,261 11/20/2022
108.0.4-alpha.0.29 220 3/12/2023
108.0.4-alpha.0.28 219 3/12/2023
108.0.4-alpha.0.27 195 3/12/2023
108.0.4-alpha.0.26 202 3/12/2023
108.0.4-alpha.0.25 202 3/12/2023
108.0.4-alpha.0.22 213 1/10/2023
108.0.4-alpha.0.21 220 1/8/2023
108.0.4-alpha.0.20 219 1/8/2023
108.0.4-alpha.0.19 209 1/8/2023
108.0.4-alpha.0.18 213 1/8/2023
108.0.4-alpha.0.17 214 1/8/2023
108.0.4-alpha.0.16 224 12/29/2022
108.0.3 1,279,818 11/19/2022
108.0.3-alpha.0.20 224 11/18/2022
108.0.3-alpha.0.19 207 11/18/2022
108.0.3-alpha.0.18 209 11/18/2022
108.0.3-alpha.0.11 500 11/9/2022
108.0.3-alpha.0.10 231 11/8/2022
108.0.3-alpha.0.9 213 11/8/2022
108.0.3-alpha.0.8 217 11/8/2022
108.0.3-alpha.0.5 1,361 9/22/2022
108.0.3-alpha.0.4 279 9/20/2022
108.0.2 869,984 9/20/2022
108.0.2-alpha.0.11 350 9/20/2022
108.0.2-alpha.0.10 264 9/13/2022
108.0.2-alpha.0.9 226 9/20/2022
108.0.2-alpha.0.8 242 9/20/2022
108.0.2-alpha.0.6 1,060 7/31/2022
108.0.2-alpha.0.5 291 7/21/2022
108.0.2-alpha.0.4 3,256 7/7/2022
108.0.2-alpha.0.2 264 7/7/2022
108.0.2-alpha.0.1 484 6/13/2022
108.0.1 1,511,524 6/7/2022
108.0.1-alpha.0.1 243 6/7/2022
108.0.0 46,520 6/7/2022
107.3.1-alpha.0.40 2,102 6/7/2022
107.3.1-alpha.0.39 247 6/7/2022
107.3.1-alpha.0.38 248 6/7/2022
107.3.1-alpha.0.26 609 5/6/2022
107.3.1-alpha.0.24 412 4/14/2022
107.3.1-alpha.0.23 255 4/14/2022
107.3.1-alpha.0.20 530 4/4/2022
107.3.1-alpha.0.19 254 4/4/2022
107.3.1-alpha.0.18 310 3/22/2022
107.3.1-alpha.0.17 242 3/22/2022
107.3.1-alpha.0.16 250 3/22/2022
107.3.1-alpha.0.15 237 3/22/2022
107.3.1-alpha.0.14 1,454 3/13/2022
107.3.1-alpha.0.13 263 3/12/2022
107.3.1-alpha.0.6 254 3/12/2022
107.3.1-alpha.0.5 1,911 3/3/2022
107.3.0 977,996 2/11/2022
107.2.2-alpha.0.7 504 2/11/2022
107.2.2-alpha.0.6 449 2/11/2022
107.2.2-alpha.0.5 462 2/11/2022
107.2.2-alpha.0.1 543 2/7/2022
107.2.1 28,210 2/4/2022
107.2.1-alpha.0.3 455 2/4/2022
107.2.0 28,545 2/3/2022
107.1.3-alpha.0.7 463 2/3/2022
107.1.3-alpha.0.6 469 2/3/2022
107.1.3-alpha.0.5 471 2/2/2022
107.1.3-alpha.0.2 1,986 1/25/2022
107.1.2 67,832 1/25/2022
107.1.2-alpha.0.19 480 1/24/2022
107.1.2-alpha.0.18 464 1/24/2022
107.1.2-alpha.0.14 486 1/23/2022
107.1.2-alpha.0.13 467 1/23/2022
107.1.2-alpha.0.12 461 1/23/2022
107.1.2-alpha.0.10 482 1/22/2022
107.1.2-alpha.0.9 470 1/22/2022
107.1.2-alpha.0.8 468 1/21/2022
107.1.2-alpha.0.7 465 1/20/2022
107.1.2-alpha.0.4 454 1/20/2022
107.1.2-alpha.0.3 468 1/20/2022
107.1.2-alpha.0.1 466 1/19/2022
107.1.1 51,186 1/17/2022
107.1.1-alpha.0.3 489 1/19/2022
107.1.1-alpha.0.1 463 1/18/2022
107.1.0 4,100 1/17/2022
107.0.4-alpha.0.11 475 1/17/2022
107.0.4-alpha.0.9 468 1/17/2022
107.0.4-alpha.0.6 474 1/13/2022
107.0.4-alpha.0.5 266 1/13/2022
107.0.4-alpha.0.4 474 1/12/2022
107.0.3 18,356 1/11/2022
107.0.3-alpha.0.4 268 1/11/2022
107.0.3-alpha.0.2 271 1/10/2022
107.0.3-alpha.0.1 349 1/9/2022
107.0.2 5,620 1/9/2022
107.0.2-alpha.0.6 266 1/9/2022
107.0.2-alpha.0.5 283 1/8/2022
107.0.2-alpha.0.4 264 1/7/2022
107.0.2-alpha.0.3 273 1/7/2022
107.0.2-alpha.0.2 284 1/7/2022
107.0.2-alpha.0.1 266 1/7/2022
107.0.1 6,753 1/7/2022
107.0.1-alpha.0.2 280 1/7/2022
107.0.1-alpha.0.1 274 1/6/2022
107.0.0-preview.20 263 1/6/2022
107.0.0-preview.19 288 1/5/2022
107.0.0-preview.18 318 1/3/2022
107.0.0-preview.17 291 12/28/2021
107.0.0-preview.14 286 12/23/2021
107.0.0-preview.13 3,599 12/21/2021
107.0.0-preview.12 402 12/18/2021
107.0.0-preview.11 306 12/17/2021
107.0.0-preview.10 308 12/17/2021
107.0.0-preview.9 303 12/17/2021
107.0.0-preview.8 296 12/15/2021
107.0.0-preview.7 267 12/15/2021
107.0.0-preview.6 281 12/15/2021
107.0.0-preview.5 278 12/15/2021
107.0.0-preview.4 285 12/13/2021
107.0.0-preview.2 286 12/13/2021
107.0.0-preview.1 294 12/13/2021
106.15.1-alpha.0.1 1,736 12/8/2021
106.15.0 2,275,345 12/8/2021
106.14.1-alpha.0.2 282 12/8/2021
106.13.0 794,820 10/30/2021
106.12.0 2,607,598 7/15/2021
106.11.8-alpha.0.40 765 7/15/2021
106.11.8-alpha.0.39 307 7/15/2021
106.11.8-alpha.0.34 296 7/15/2021
106.11.8-alpha.0.14 17,998 5/5/2021
106.11.8-alpha.0.13 15,478 5/5/2021
106.11.8-alpha.0.12 12,727 12/21/2020
106.11.8-alpha.0.11 464 12/9/2020
106.11.8-alpha.0.10 401 12/9/2020
106.11.8-alpha.0.7 6,434 10/28/2020
106.11.8-alpha.0.6 389 10/28/2020
106.11.8-alpha.0.4 424 10/23/2020
106.11.8-alpha.0.3 413 10/23/2020
106.11.8-alpha.0.2 540 10/23/2020
106.11.7 4,221,730 9/30/2020
106.11.7-alpha.0.1 383 9/30/2020
106.11.6 11,877 9/30/2020
106.11.6-alpha.0.1 384 9/30/2020
106.11.5 74,546 9/17/2020
106.11.5-alpha.0.21 608 9/5/2020
106.11.5-alpha.0.20 399 9/4/2020
106.11.5-alpha.0.18 790 8/5/2020
106.11.5-alpha.0.2 7,565 5/13/2020
106.11.5-alpha.0.1 457 5/18/2020
106.11.4 1,425,479 5/18/2020
106.11.3 30,080 5/11/2020
106.11.3-alpha.0.6 430 5/11/2020
106.11.3-alpha.0.1 456 5/8/2020
106.11.2 36,682 5/7/2020
106.11.1 5,989 5/7/2020
106.11.1-alpha.0.5 421 5/7/2020
106.11.1-alpha.0.1 403 5/7/2020
106.10.2-alpha.0.18 616 5/6/2020
106.10.2-alpha.0.16 411 5/6/2020
106.10.2-alpha.0.15 413 5/6/2020
106.10.2-alpha.0.8 2,996 1/23/2020
106.10.2-alpha.0.4 2,917 1/13/2020
106.10.2-alpha.0.3 463 1/13/2020
106.10.1 854,304 1/12/2020
106.10.1-alpha.0.15 526 1/12/2020
106.10.1-alpha.0.9 464 1/8/2020
106.10.1-alpha.0.8 479 1/8/2020
106.10.0 33,502 1/7/2020
106.9.1-alpha.0.36 510 1/7/2020
106.9.1-alpha.0.34 600 1/7/2020