findix / litjson-unity

JSON library for the .Net framework

Home Page:http://lbv.github.io/litjson/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fork from https://github.com/TMPxyz/LitJSON-for-Unity

Update

LitJSON for Unity

Made some changes to make it more suited for Unity3D users;

Fixed the System.Single issue;

Direct support for basic Unity3D struct: Vector2/3/4, Quaternion, Rect, Ray, Bounds, Color, Color32, etc.

Check the webplayer demo at: http://tmpxyz.github.io/LitJSON/Web.html

How to install into Unity

Put the src/LitJSON folder into Assets folder.

Unity Code Example

Check https://github.com/TMPxyz/LitJSON-for-Unity/blob/master/src/LitJson/UnityExample/LitJSONTest.cs

Tutorial

Check the original Tutorial: http://lbv.github.io/litjson/docs/quickstart.html

About

JSON library for the .Net framework

http://lbv.github.io/litjson/

License:Other


Languages

Language:C# 98.0%Language:Makefile 2.0%