Gathering detailed insights and metrics for jillejr.newtonsoft.json-for-unity
Gathering detailed insights and metrics for jillejr.newtonsoft.json-for-unity
Gathering detailed insights and metrics for jillejr.newtonsoft.json-for-unity
Gathering detailed insights and metrics for jillejr.newtonsoft.json-for-unity
Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager
npm install jillejr.newtonsoft.json-for-unity
Typescript
Module System
Node Version
NPM Version
Json.NET 13.0.1, release 2
Updated on Mar 24, 2021
Json.NET 11.0.2, release 2
Updated on Mar 24, 2021
Json.NET 12.0.3, release 2
Updated on Mar 24, 2021
Json.NET 12.0.3, release 1
Updated on Jan 19, 2020
Json.NET 12.0.2, release 1
Updated on Jan 04, 2020
Json.NET 12.0.1, release 2
Updated on Dec 30, 2019
C# (99.1%)
Shell (0.42%)
PowerShell (0.41%)
Dockerfile (0.03%)
XSLT (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,225 Stars
2,089 Commits
134 Forks
18 Watchers
7 Branches
1 Contributors
Updated on Jul 14, 2025
Latest Version
12.0.101
Package Id
jillejr.newtonsoft.json-for-unity@12.0.101
Unpacked Size
4.55 MB
Size
1.15 MB
File Count
32
NPM Version
6.13.0
Node Version
11.10.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Json.NET is a popular high-performance JSON framework for .NET
⚠ PACKAGE HAS MOVED TO A DIFFERENT REGISTRY ⚠ |
---|
Update your manifest.json with the new URL |
1{ 2 "scopedRegistries": [ 3 { 4 "name": "Packages from jillejr", 5- "url": "https://registry.npmjs.org/", 6+ "url": "https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity/", 7 "scopes": ["jillejr"] 8 } 9 ], 10 /.../ 11}
This package is a fork of Newtonsoft.Json containing custom builds targeting standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds (iOS, WebGL, Android, Windows, Mac OS X, et.al).
Staying with JamesNK's version syntax, but with a twist :dizzy:
Based off JamesNK's versioning, but with the addition of two digits on the last segment. This is for Newtonsoft.Json-for-Unity to be able to have independent releases, at the same time still being easy to see which version of Json.NET it's based of.
Where official Json.NET 12.0.1 becomes Newtonsoft.Json-for-Unity 12.0.1_xx_.
Please see the CHANGELOG.md file inside this package.
Open <project>/Packages/manifest.json
, add scope for jillejr
, then add the package in the list of dependencies.
À la:
1{ 2 "scopedRegistries": [ 3 { 4 "name": "Packages from jillejr", 5 "url": "https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity/", 6 "scopes": ["jillejr"] 7 } 8 ], 9 "dependencies": { 10 "jillejr.newtonsoft.json-for-unity": "12.0.101", 11 12 "com.unity.modules.ai": "1.0.0", 13 "com.unity.modules.animation": "1.0.0", 14 "com.unity.modules.assetbundle": "1.0.0", 15 "com.unity.modules.audio": "1.0.0", 16 "com.unity.modules.cloth": "1.0.0", 17 "com.unity.modules.director": "1.0.0", 18 "com.unity.modules.imageconversion": "1.0.0" 19 } 20}
Open the Package Manager UI Window > Package Manager
Followed by pressing the update button on the jillejr.newtonsoft.json-for-unity
package
Change the version field. You have to know the new version beforehand.
Example, with this as old:
1{ 2 "dependencies": { 3 "jillejr.newtonsoft.json-for-unity": "12.0.101" 4 } 5}
New, updated:
1{ 2 "dependencies": { 3 "jillejr.newtonsoft.json-for-unity": "12.0.201" 4 } 5}
Omitted
scopedRegistries
and Unity packages for readability
This package is licensed under The MIT License (MIT)
Copyright (c) 2019 Kalle Jillheden (jilleJr)
https://github.com/jilleJr/Newtonsoft.Json-for-Unity
See full copyrights in LICENSE.md inside repository
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/19 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More