UnityMathematics.Text.Json.ArrayNotation
0.0.8
See the version list below for details.
dotnet add package UnityMathematics.Text.Json.ArrayNotation --version 0.0.8
NuGet\Install-Package UnityMathematics.Text.Json.ArrayNotation -Version 0.0.8
<PackageReference Include="UnityMathematics.Text.Json.ArrayNotation" Version="0.0.8" />
paket add UnityMathematics.Text.Json.ArrayNotation --version 0.0.8
#r "nuget: UnityMathematics.Text.Json.ArrayNotation, 0.0.8"
// Install UnityMathematics.Text.Json.ArrayNotation as a Cake Addin #addin nuget:?package=UnityMathematics.Text.Json.ArrayNotation&version=0.0.8 // Install UnityMathematics.Text.Json.ArrayNotation as a Cake Tool #tool nuget:?package=UnityMathematics.Text.Json.ArrayNotation&version=0.0.8
Unity.Mathematics.Text.Json
This project provides JSON serialization for Unity.Mathematics types based on System.Text.Json.
⚡ tl;dr or I just want to fetch the correct dependency
dotnet CLI
dotnet add package UnityMathematics.Text.Json --version x.y.z
PackageVersion in Directory.Packages.props
<ItemGroup>
<PackageVersion Include="UnityMathematics.Text.Json" Version="x.y.z" />
</ItemGroup>
PackageReference in Project .csproj
<ItemGroup Label="dependencies">
<PackageReference Include="UnityMathematics.Text.Json" />
</ItemGroup>
🔧 JSON Serializer usage
TBD once implementation is added.
🤝 Collaborate with My Project
PRs are welcome.
Please refer to COLLABORATION.md for more details.
📦 Package overview
Unity.Mathematics.Text.Json itself
This is the main package, supporting both array and object notation, at the expense of a slightly more convoluted design.
If your requirement is to only support a single notation style, the following standalone packages might be what you want.
Unity.Mathematics.Text.Json.ArrayNotation
The package for using only JSON Array notation, as in the example below.
{
"vector": [1.43, 2.09, 43.9]
}
Unity.Mathematics.Text.Json.ObjectNotation
The package for using only JSON Object notation, as in the example below.
{
"vector": {
"x": 1.43,
"y": 2.09,
"z": 43.9
}
}
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 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. |
.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
- System.Text.Json (>= 8.0.5)
- UnityMathematics.NoDeps (>= 1.3.2)
-
net9.0
- System.Text.Json (>= 8.0.5)
- UnityMathematics.NoDeps (>= 1.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
CHANGELOG.md