Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For more information about using Json.net in your Unity project, check this page

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

# UPDATE
## UPDATE

Unity has provided an official distribution of Newtonsoft's JSON library via Packman. To use, simply add the following to your package.json:

Expand All @@ -17,13 +17,13 @@ Note: to reference the newtonsoft library from another assembly (asmdef), you mu
'override references' on the asmdef and this will provide a dropdown with a list of the
available binary assemblies in the project.

# Version
## Version

This package includes the DLL version of JSON.Net

Version: 12.0.1.22727

# Add to your project
## Add to your project

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

Expand Down