Skip to content

fastrocket/litjson-unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Update

  • update to latest version
  • add some useful functions
  • now can work on i18n runtime witch is not use "." as decimal mark

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.0%
  • Makefile 2.0%