tsira / Newtonsoft.Json-for-Unity

Newtonsoft.Json (Json.NET) 12.0.3 for Unity via Unity Package Manager

Home Page:https://github.com/jilleJr/Newtonsoft.Json-for-Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo Newtonsoft.Json for Unity

Latest Version @ Cloudsmith CircleCI Codacy grade Contributor Covenant

Json.NET is a popular high-performance JSON framework for .NET and the most used framework throughout the whole .NET ecosystem.

This repo is a fork of JamesNK/Newtonsoft.Json containing custom builds for regular standalone, but more importantly AOT targets such as all IL2CPP builds (WebGL, iOS, Android, Windows, Mac OS X) and portable .NET (UWP, WP8).

Features

Installation guide

Click the header. It goes to the Wiki where the guide is now located. Here is the raw url:

Newtonsoft.Json-for-Unity specific links

Official Json.NET links

Contributing

To contribute please read the CONTRIBUTING.md guidelines. It contains info about

  • How to edit the Src/Newtonsoft.Json projects to remain the ability to merge from JamesNKs repository without difficulties.

  • Coding style.

  • Naming style.

  • Our level of usage of "git-flow".

  • Keep the repo clean, both code & branches.

Development

Edit code

Open the Src/Newtonsoft.Json.sln solution file in Visual Studio and start hacking.

Rule of thumb: Don't commit edits of the Src/Newtonsoft.Json/, Src/Newtonsoft.Json.Tests/, or Src/Newtonsoft.Json.TestConsole/ folders for forking reasons. Exception is when doing a new release, as explained in a section little further down below.

Build

When using Visual Studio, open the Src/Newtonsoft.Json.sln solution and just Ctrl+Shift+B 😜

When using command line, recommended to use MSBuild.exe for building and not the dotnet CLI.

PS> MSBuild.exe -t:build -restore .\Src\Newtonsoft.Json -p:Configuration=Debug

Run tests

Run the Newtonsoft.Json.Tests normally via the Test Runner inside Visual Studio.

For testing inside Unity locally, look inside the Src/Newtonsoft.Json-for-Unity.Tests/README.md for more information.

Merging changes from JamesNK/Newtonsoft.Json

Common enough occurrence that we have a wiki page for just this.

Read the Working with branches, section "Merging changes from JamesNKs repo" wiki page.


This package is licensed under The MIT License (MIT)

Copyright © 2019 Kalle Jillheden (jilleJr)
https://github.com/jilleJr/Newtonsoft.Json

See full copyrights in LICENSE.md inside repository

About

Newtonsoft.Json (Json.NET) 12.0.3 for Unity via Unity Package Manager

https://github.com/jilleJr/Newtonsoft.Json-for-Unity

License:MIT License


Languages

Language:C# 99.2%Language:PowerShell 0.4%Language:Shell 0.3%Language:XSLT 0.0%Language:Dockerfile 0.0%