Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 631 Bytes

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