Skip to content

aureola-codes/SimpleJSON-Unity

 
 

Repository files navigation

SimpleJSON for Unity

Description

This is wrapper around the awesome SimpleJSON library originally developed by Markus Göbel. This is required for most of my Unity packages. Until there is an official SimpleJSON Unity package, I decided to create this wrapper, so SimpleJSON can be marked as a dependency in my packages. If you have any questions or issues with SimpleJSON, please refer to the original repository.

Installation

Local Package

  1. Clone this repository into a folder on your computer. Alternatively you can download the zip file and unpack it.
  2. Open up your Unity project.
  3. Go to Window -> Package Manager.
  4. In the upper left corner of the package manager, click on the plus sign.
  5. Select Add package from disk...
  6. Search for the installation folder of your package & select the package.json.
  7. Congrats! You can now use this package.

Install via Git

  1. Make sure you have properly setup Git on your computer.
  2. Open up your Unity project.
  3. Go to Window -> Package Manager.
  4. In the upper left corner of the package manager, click on the plus sign.
  5. Select Add package from git URL...
  6. Add the url of this package.
  7. Congrats! You can now use it.

About

A simple JSON parser in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%