ApeFree.Protocols.Json
0.0.2.8
See the version list below for details.
dotnet add package ApeFree.Protocols.Json --version 0.0.2.8
NuGet\Install-Package ApeFree.Protocols.Json -Version 0.0.2.8
<PackageReference Include="ApeFree.Protocols.Json" Version="0.0.2.8" />
<PackageVersion Include="ApeFree.Protocols.Json" Version="0.0.2.8" />
<PackageReference Include="ApeFree.Protocols.Json" />
paket add ApeFree.Protocols.Json --version 0.0.2.8
#r "nuget: ApeFree.Protocols.Json, 0.0.2.8"
#:package ApeFree.Protocols.Json@0.0.2.8
#addin nuget:?package=ApeFree.Protocols.Json&version=0.0.2.8
#tool nuget:?package=ApeFree.Protocols.Json&version=0.0.2.8
Serialization tools for JSON - related protocols (or data formats) (such as JsonRPC, Jbin, JbinRPC, etc.)
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 was computed. 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 | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. 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. |
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.1)
- STTech.CodePlus (>= 1.7.3.2)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
- STTech.CodePlus (>= 1.7.3.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ApeFree.Protocols.Json:
Package | Downloads |
---|---|
ApeFree.DataStore
ApeFree.DataStore是一款可配置的对象存储库,支持在不同平台/介质中对内存中的对象进行存储与还原(如本地存储、注册表存储)。支持配置序列化格式(如Json、Xml),支持配置压缩算法(如GZip、Defalte),支持配置加密算法(如AES、RES)。 |
|
ApeFree.ApeRpc.Mqtt
Serialization tools for JSON - related protocols (or data formats) (such as JsonRPC, Jbin, JbinRPC, etc.) |
|
ApeFree.Reflection
Provide remote procedure call reflection functionality. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.0.2.9 | 181 | 8/27/2025 |
0.0.2.8 | 149 | 8/25/2025 |
0.0.2.7 | 140 | 7/17/2025 |
0.0.2.6 | 211 | 7/1/2025 |
0.0.2.6-alpha0508 | 151 | 5/8/2025 |
0.0.2.4-alpha0312 | 146 | 3/13/2025 |
0.0.2.1-alpha0224 | 93 | 2/24/2025 |
0.0.1.11-alpha0119 | 93 | 1/18/2025 |
0.0.1.8-beta1022 | 158 | 10/22/2024 |
0.0.1.7-beta0918 | 111 | 9/18/2024 |
0.0.1.6-beta0904 | 95 | 9/4/2024 |
0.0.1.2-beta0329 | 112 | 3/28/2024 |
修复了Jbin反序列化时不支持枚举类型属性值的问题。
Fixed the issue where Jbin deserialization did not support enum type property values.