UnityMathematics.Text.Json 0.0.12

dotnet add package UnityMathematics.Text.Json --version 0.0.12                
NuGet\Install-Package UnityMathematics.Text.Json -Version 0.0.12                
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="UnityMathematics.Text.Json" Version="0.0.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnityMathematics.Text.Json --version 0.0.12                
#r "nuget: UnityMathematics.Text.Json, 0.0.12"                
#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.
// Install UnityMathematics.Text.Json as a Cake Addin
#addin nuget:?package=UnityMathematics.Text.Json&version=0.0.12

// Install UnityMathematics.Text.Json as a Cake Tool
#tool nuget:?package=UnityMathematics.Text.Json&version=0.0.12                

Logo 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 Logo 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 Logo 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 Logo 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.0.12 37 1/15/2025
0.0.11 34 1/15/2025
0.0.10 34 1/15/2025
0.0.9 13 1/15/2025
0.0.8 14 1/15/2025
0.0.7 34 1/14/2025
0.0.6 24 1/14/2025
0.0.5 28 1/14/2025
0.0.4 24 1/14/2025
0.0.3 37 1/13/2025
0.0.2 34 1/13/2025
0.0.1 30 1/13/2025

CHANGELOG.md