{"id":19760782,"url":"https://github.com/stansassets/com.stansassets.newtonjson","last_synced_at":"2026-03-05T11:01:54.784Z","repository":{"id":140711539,"uuid":"311299855","full_name":"StansAssets/com.stansassets.newtonjson","owner":"StansAssets","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-01T21:04:59.000Z","size":1044,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-28T09:54:30.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StansAssets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-09T10:19:02.000Z","updated_at":"2021-01-17T12:52:37.000Z","dependencies_parsed_at":"2024-07-16T17:21:29.581Z","dependency_job_id":null,"html_url":"https://github.com/StansAssets/com.stansassets.newtonjson","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"StansAssets/Unity-Package-Sample","purl":"pkg:github/StansAssets/com.stansassets.newtonjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.newtonjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.newtonjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.newtonjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.newtonjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StansAssets","download_url":"https://codeload.github.com/StansAssets/com.stansassets.newtonjson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.newtonjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30121059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T10:44:24.758Z","status":"ssl_error","status_checked_at":"2026-03-05T10:44:15.079Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T03:38:40.825Z","updated_at":"2026-03-05T11:01:54.708Z","avatar_url":"https://github.com/StansAssets.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stan's Assets mirror of Newtonsoft.Json for Unity\n\nPackage exists because Unity package manager does not allow depdncinses in packages in\nThe original repo can be found [here](https://github.com/jilleJr/Newtonsoft.Json-for-Unity)\n\nJson.NET is a popular high-performance JSON framework for .NET\n\nThis 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).\n\n## Versioning format\n\n_Staying with JamesNK's version syntax, but with a twist :dizzy:_\n\nBased off JamesNK's versioning, but with the addition of two digits on the last segment.\nThis is for Newtonsoft.Json-for-Unity to be able to have independent releases,\nat the same time still being easy to see which version of Json.NET it's based of.\n\n![explanation of version][version-explanation.png]\n\nWhere official Json.NET 12.0.1 becomes Newtonsoft.Json-for-Unity 12.0.1_xx_.\n\n## Changelog\n\nPlease see the [CHANGELOG.md][changelog.md] file inside this package.\n\n### Install from NPM\n* Navigate to the `Packages` directory of your project.\n* Adjust the [project manifest file](https://docs.unity3d.com/Manual/upm-manifestPrj.html) `manifest.json` in a text editor.\n* Ensure `https://registry.npmjs.org/` is part of `scopedRegistries`.\n  * Ensure `com.stansassets` is part of `scopes`.\n  * Add `com.stansassets.newtonjson` to the `dependencies`, stating the latest version.\n\nA minimal example ends up looking like this. Please note that the version `X.Y.Z` stated here is to be replaced with [the latest released version](https://www.npmjs.com/package/com.stansassets.newtonjson) which is currently [![NPM Package](https://img.shields.io/npm/v/com.stansassets.newtonjson)](https://www.npmjs.com/package/com.stansassets.newtonjson).\n  ```json\n  {\n    \"scopedRegistries\": [\n      {\n        \"name\": \"npmjs\",\n        \"url\": \"https://registry.npmjs.org/\",\n        \"scopes\": [\n          \"com.stansassets\"\n        ]\n      }\n    ],\n    \"dependencies\": {\n      \"com.stansassets.newtonjson: \"X.Y.Z\",\n      ...\n    }\n  }\n  ```\n* Switch back to the Unity software and wait for it to finish importing the added package.\n\n### Install from OpenUPM\n* Install openupm-cli `npm install -g openupm-cli` or `yarn global add openupm-cli`\n* Enter your unity project folder `cd \u003cYOUR_UNITY_PROJECT_FOLDER\u003e`\n* Install package `openupm add com.stansassets.newtonjson`\n\n### Install from a Git URL\nYoy can also install this package via Git URL. To load a package from a Git URL:\n\n* Open [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) window.\n* Click the add **+** button in the status bar.\n* The options for adding packages appear.\n* Select Add package from git URL from the add menu. A text box and an Add button appear.\n* Enter the `https://github.com/StansAssets/com.stansassets.newtonjson.git` Git URL in the text box and click Add.\n* You may also install a specific package version by using the URL with the specified version.\n  * `https://github.com/StansAssets/com.stansassets.newtonjson.git#X.Y.X`\n  * Please note that the version `X.Y.Z` stated here is to be replaced with the version you would like to get.\n  * You can find all the available releases [here](https://github.com/StansAssets/com.stansassets.newtonjson/releases).\n  * The latest available release version is [![Last Release](https://img.shields.io/github/v/release/stansassets/com.stansassets.newtonjson)](https://github.com/StansAssets/com.stansassets.newtonjson/releases/latest)\n\nFor more information about what protocols Unity supports, see [Git URLs](https://docs.unity3d.com/Manual/upm-git.html).\n\n---\n\nThis package is licensed under The MIT License (MIT)\n\nCopyright (c) 2019 Kalle Jillheden (jilleJr)  \n\u003chttps://github.com/jilleJr/Newtonsoft.Json-for-Unity\u003e\n\nSee full copyrights in [LICENSE.md][license.md] inside repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstansassets%2Fcom.stansassets.newtonjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstansassets%2Fcom.stansassets.newtonjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstansassets%2Fcom.stansassets.newtonjson/lists"}