Skip to content

Unity package manager setup for Newtonsoft's JSON library

License

Notifications You must be signed in to change notification settings

WinterDream29/com.newtonsoft.json

 
 

Repository files navigation

com.newtonsoft.json

Unity package manager setup for Newtonsoft's JSON library (https://www.newtonsoft.com/json)

For more information about using Json.net in your Unity project, check this page:

https://gist.github.com/gekidoslair/121237697a05d87fa40ede58030f4394

Version

This package includes the DLL version of JSON.Net

Version: 12.0.1.22727

Add to your project

Open the manifest.json for your project and add the following entry to your list of dependencies

"com.newtonsoft.json": "https://github.com/PixelWizards/com.newtonsoft.json.git",

For example:

  "dependencies": {
    "com.newtonsoft.json": "https://github.com/PixelWizards/com.newtonsoft.json.git",
    "com.unity.ads": "2.0.8",
    "com.unity.analytics": "3.2.2",
    "com.unity.collab-proxy": "1.2.15",
    ...
    }
 }```

About

Unity package manager setup for Newtonsoft's JSON library

Resources

License

Stars

Watchers

Forks

Packages

No packages published