Skip to content

k0dep/Newtonsoft.Json

Repository files navigation

Newtonsoft.Json Unity3d package

This package contains binary dlls of Newtonsoft.Json(Json.NET) v8.0.3 as unity upm package.

Binaries copied from JSON .NET For Unity asset

Using

To start using this package add lines into ./Packages/manifest.json like next sample:

{
  "dependencies": {
    "newtonsoft.json": "https://github.com/k0dep/newtonsoft.json.git"
  }
}

Or use it as dependency from another packages and auto include by Originer package