Newtonsoft Json
Newtonsoft Json for use in Unity projects and Unity packages. Currently synced to version 13.0.2. This package is used for advanced json serialization and deserialization. Most Unity users will be better suited using the existing json tools built into Unity. To avoid assembly clashes, please use this package if you intend to use Newtonsoft Json.
com.unity.nuget.newtonsoft-json 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/newtonsoft-json.git README Markdown
Copy this to your project's README.md
## Installation
Add **Newtonsoft Json** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/newtonsoft-json.git
```
[](https://www.pkglnk.dev/pkg/newtonsoft-json)Used By (20+)
README
This package wraps the Json.NET DLLs.
Newtonsoft.JSON
Unity Package for [Newtonsoft's JSON library] (https://www.newtonsoft.com/json)
This package includes the DLL version of JSON.Net Version: 13.0.1. It also has the AOT DLL for additional Platform Compatibility.
This package is intended to be inherited as a dependency, and should not be directly installed, by end users.
No comments yet. Be the first!