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
This package includes the DLL version of JSON.Net
Version: 12.0.1.22727
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",
...
}
}```