Thanks to visit codestin.com
Credit goes to github.com

Skip to content

davidtabernerom/unity-simplejson

 
 

Repository files navigation

SimpleJSON (Unity Fork)

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.

Installation

OpenUPM

The easiest way to install it is via OpenUPM:

openupm

Unity Package Manager

You can add this fork directly to your Unity project using the Package Manager:

  1. Open your Unity project.
  2. Go to Window → Package Manager.
  3. Click the + button in the top-left corner and select "Add package from git URL…".
  4. Paste the following URL: https://github.com/davidtabernerom/unity-simplejson.git#master
  5. Press Enter, and Unity will fetch and install the package.

License

This repository uses the same MIT License as the original SimpleJSON project, with my own attribution. See LICENSE for details.

About

A simple JSON parser in C#

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%