0.1.0 • Published 10 months ago

external.chris.kagekirin.helmich.unitymathematics.text.json.arraynotation v0.1.0

Weekly downloads
-
License
CC0
Repository
github
Last release
10 months ago

unitymathematics.text.json.arraynotation (external.chris.kagekirin.helmich.unitymathematics.text.json.arraynotation) - 0.1.0

Repacked from NuGet using NuGettier v0.4.16+c6c6e46794fb522e40cf28c5ceccabe0607359f5

System.Text.Json serializers for Unity.Mathematics types, serializing data as arrays


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
  }
}
0.0.20

10 months ago

0.0.21

10 months ago

0.1.0

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago