This is a fork from SimpleJSON
A simple JSON parser in C# as Unity package
https://github.com/finex7070/SimpleJSON.git
Changes made:
- Moved source code into Runtime folder (According to Unity package specs)
- Added asmdef
- Added package.json
- Changed README, CHANGELOG, LICENSE to markdown file
- Changed namespace from SimpleJSON to Bunny83SimpleJSON (To ensure it also works in Unity 6.3, SimpleJSON is already integrated into TextMateSharp internally)