This is an fork of the SimpleJSON project by Bunny83. The purpose of this fork is to provide the minimum necessary modifications and additions required for the library to work smoothly within Unity.
The easiest way to install it is via OpenUPM:
You can add this fork directly to your Unity project using the Package Manager:
- Open your Unity project.
- Go to Window → Package Manager.
- Click the + button in the top-left corner and select "Add package from git URL…".
- Paste the following URL:
https://github.com/davidtabernerom/unity-simplejson.git#master - Press Enter, and Unity will fetch and install the package.
This repository uses the same MIT License as the original SimpleJSON project, with my own attribution. See LICENSE for details.