# LitJSON-for-Unity **Repository Path**: Farsir/LitJSON-for-Unity ## Basic Information - **Project Name**: LitJSON-for-Unity - **Description**: LitJson for Unity - **Primary Language**: C# - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-12-18 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LitJSON for Unity ======= ![Image](http://tmpxyz.github.io/Images/LitJson.jpg) 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