Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k0dep/newtonsoft.json

:scroll: Newtonsoft.Json Unity3d package
https://github.com/k0dep/newtonsoft.json

json json-serialization newtonsoft-json originer unity unity3d upm-package

Last synced: 40 minutes ago
JSON representation

:scroll: Newtonsoft.Json Unity3d package

Awesome Lists containing this project

README

        

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](https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347)

Using
-----

To start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"newtonsoft.json": "https://github.com/k0dep/newtonsoft.json.git"
}
}
```

Or use it as dependency from another packages and auto include by [Originer](https://github.com/k0dep/Originer) package