Json.NET.Aot
9.0.1
Install-Package Json.NET.Aot -Version 9.0.1
dotnet add package Json.NET.Aot --version 9.0.1
<PackageReference Include="Json.NET.Aot" Version="9.0.1" />
paket add Json.NET.Aot --version 9.0.1
#r "nuget: Json.NET.Aot, 9.0.1"
// Install Json.NET.Aot as a Cake Addin
#addin nuget:?package=Json.NET.Aot&version=9.0.1
// Install Json.NET.Aot as a Cake Tool
#tool nuget:?package=Json.NET.Aot&version=9.0.1
Newtonsoft Json.NET Aot for .NET Standard 2.0
This implementation is actually a fork of the excellent work of SaladLab, Json.Net.Unity3D, and of course, the excellent work of the initial author, Newtonsoft !
Why this fork ?
With the arrival of Blazor, a C#/Mono Framework for web browser, it was necessary for my projects to be able to use the same kind of reference library and behavior among projects.
The initial project is not specially AOT friendly, and as JIT is forbidden on some AOT plateforms like iOS / Blazor (as the Mono stack does not ship System.Reflection.Emit), it was difficult to share some JSON structures on all the plateforms i want to support at the same time (Android, iOS, UWP, Blazor).
The goal of SaladLab was to make Json.NET compatible with Unity3D (and so Aot friendly), and was compiled on the .NET 3.5 framework. The goal of this fork was to upgrade the whole project on .NET Standard 2.0 format, with Unity3D DEFINE CONSTANT preferences.
I had to drop to be able the test project, as there is many differences between API i don't want to take time to resolve, mainly related to some SQL stuff.
Where can I get it?
Visit Release or from NuGet (will publish link)
What's done?
Based on SaladLab README:
Following works are done to make Json.NET support Unity3D (AOT platforms)
- Based on Newtonsoft Json.NET 9.
- Disable IL generation to work well under AOT environment like iOS.
- Remove code related with System.ComponentModel.
- Remove System.Data and EntityKey support.
- Remove XML support.
- Remove DiagnosticsTraceWriter support.
- Workaround for differences between Microsoft.NET & Unity3D-Mono.NET
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
- Microsoft.CSharp (>= 4.4.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Json.NET.Aot:
Package | Downloads |
---|---|
ServerBytes.Client
ServerBytes client |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.1 | 41,279 | 6/1/2018 |
First release