Unity Converters for Newtonsoft.Json
This package contains converters to and from common Unity types. Types such as Vector2, Vector3, Matrix4x4, Quaternions, Color, even ScriptableObject, and many, many more. (See the [full compatibility table of all +50 supported Unity types][ doc-compatability-table])
Prerequisites
The Newtonsoft.Json library must be added to your project beforehand.
Recommended to use the jillejr.newtonsoft.json-for-unity package.
Installation via Unity Package Manager
Visit the jilleJr/Newtonsoft.Json-for-Unity/wiki for installation
Changelog
Please see the CHANGELOG.md file inside this package.
This package is licensed under The MIT License (MIT)
Copyright (c) 2019 Kalle Fagerberg (jilleJr)
https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters
See full copyrights in LICENSE.md inside repository