All Projects → PixelWizards → com.newtonsoft.json

PixelWizards / com.newtonsoft.json

Licence: MIT license
Unity package manager setup for Newtonsoft's JSON library

Projects that are alternatives of or similar to com.newtonsoft.json

modget-minecraft
The Minecraft Mod Package Manager!
Stars: ✭ 47 (+74.07%)
Mutual labels:  package-manager
bingo
The missing package manager for golang binaries (its homebrew for "go install")
Stars: ✭ 177 (+555.56%)
Mutual labels:  package-manager
meta-package-manager
🎁 a wrapper around all package managers
Stars: ✭ 277 (+925.93%)
Mutual labels:  package-manager
qompoter
Dependency manager for Qt / C++.
Stars: ✭ 19 (-29.63%)
Mutual labels:  package-manager
choco
Chocolatey - the package manager for Windows
Stars: ✭ 8,643 (+31911.11%)
Mutual labels:  package-manager
mercury
Package manager for Halo Custom Edition
Stars: ✭ 20 (-25.93%)
Mutual labels:  package-manager
Tatin
Tatin is a package manager for Dyalog APL
Stars: ✭ 16 (-40.74%)
Mutual labels:  package-manager
sw
Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.
Stars: ✭ 93 (+244.44%)
Mutual labels:  package-manager
nix-portable
Nix - Static, Permissionless, Installation-free, Pre-configured
Stars: ✭ 356 (+1218.52%)
Mutual labels:  package-manager
starman
Another package manager for HPC warriors.
Stars: ✭ 56 (+107.41%)
Mutual labels:  package-manager
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (+385.19%)
Mutual labels:  package-manager
scoop-directory
A searchable directory of buckets for the scoop package manager for Windows
Stars: ✭ 721 (+2570.37%)
Mutual labels:  package-manager
slapt-get
slapt-get is an APT like system for Slackware package management.
Stars: ✭ 26 (-3.7%)
Mutual labels:  package-manager
vpm
Package Manager for VVVV
Stars: ✭ 20 (-25.93%)
Mutual labels:  package-manager
snafu
Work with Python distributions on Windows how it’s supposed to work.
Stars: ✭ 25 (-7.41%)
Mutual labels:  package-manager
npackd-cpp
Package manager for Microsoft Windows (GUI and command line utility)
Stars: ✭ 123 (+355.56%)
Mutual labels:  package-manager
cpm
🚀 A Lightweight NPM Private Active Management Service.We don't design a scheme to synchronize to local caching. We only focus on building private active CRUDs that are compatible with NPM public package downloads.
Stars: ✭ 67 (+148.15%)
Mutual labels:  package-manager
conex
establish trust in community repositories, cryptographically signed by library authors
Stars: ✭ 32 (+18.52%)
Mutual labels:  package-manager
PacPaw
Pawn package manager for SA-MP
Stars: ✭ 14 (-48.15%)
Mutual labels:  package-manager
gruntwork-installer
A script to make it easy to install Gruntwork Modules
Stars: ✭ 72 (+166.67%)
Mutual labels:  package-manager

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

UPDATE

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

"com.unity.nuget.newtonsoft-json": "1.1.2"

In the Dependencies section of your project's manifest.json.

Note: to reference the newtonsoft library from another assembly (asmdef), you must check 'override references' on the asmdef and this will provide a dropdown with a list of the available binary assemblies in the project.

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",
    ...
    }
 }```
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].