Rustly.Json
10.6.2
See the version list below for details.
dotnet add package Rustly.Json --version 10.6.2
NuGet\Install-Package Rustly.Json -Version 10.6.2
<PackageReference Include="Rustly.Json" Version="10.6.2" />
<PackageVersion Include="Rustly.Json" Version="10.6.2" />
<PackageReference Include="Rustly.Json" />
paket add Rustly.Json --version 10.6.2
#r "nuget: Rustly.Json, 10.6.2"
#:package Rustly.Json@10.6.2
#addin nuget:?package=Rustly.Json&version=10.6.2
#tool nuget:?package=Rustly.Json&version=10.6.2
Rustly.Json (v10.6.2)
System.Text.Json converters for Rustly Option, Result, and EnumValue. Includes source generators for AOT-friendly serialization.
Part of the Rustly ecosystem for .NET.
Install
dotnet add package Rustly.Json --version 10.6.2
Example
using Rustly.Json;
var options = new JsonSerializerOptions();
options.AddRustlyConverters();
var json = JsonSerializer.Serialize(Some(42), options);
// "42"
Related Packages
- Rustly — Full toolkit
- Rustly.Types — Core: Option, Result, Unit
- Rustly.Extensions — Flatten, Transpose, LINQ
- Rustly.Prelude — Ok(), Err(), Some(), None()
- Rustly.Async — Async pipeline
- Rustly.Json — System.Text.Json
- Rustly.Json.Newtonsoft — Newtonsoft.Json
- Rustly.Configuration — IConfiguration
- Rustly.Analyzers — Roslyn analyzers
- Rustly.Generators — Source generators
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 is compatible. 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 is compatible. 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Rustly (>= 10.6.2)
- System.Text.Json (>= 10.0.6)
-
net10.0
- Rustly (>= 10.6.2)
-
net8.0
- Rustly (>= 10.6.2)
- System.Text.Json (>= 10.0.6)
-
net9.0
- Rustly (>= 10.6.2)
- System.Text.Json (>= 10.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.6.4 | 827 | 4/28/2026 |
| 10.6.3 | 109 | 4/16/2026 |
| 10.6.2 | 102 | 4/16/2026 |
| 10.6.2-rc6 | 99 | 4/16/2026 |
| 10.6.2-rc5 | 100 | 4/15/2026 |
| 10.5.0 | 97 | 4/15/2026 |
| 10.4.0 | 104 | 4/15/2026 |
| 10.3.1 | 106 | 4/14/2026 |
EN: 10.6.2
- [EnumValueSerializer] now auto-generates JsonConverter for System.Text.Json (zero reflection, AOT-safe)
- Fixed generator transitive dependency
RU: 10.6.2
- [EnumValueSerializer] теперь автоматически генерирует JsonConverter для System.Text.Json (без рефлексии, AOT-safe)
- Исправлена транзитивная зависимость генератора