GitHunt

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

Contributors

Other
Created May 3, 2019
Updated March 15, 2021
k0dep/Newtonsoft.Json | GitHunt