Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 600 Bytes

File metadata and controls

16 lines (12 loc) · 600 Bytes

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)

Thanks to Bunny83 and Rafarel