# LitJson4Unity **Repository Path**: jin_cheng_1998/LitJson4Unity ## Basic Information - **Project Name**: LitJson4Unity - **Description**: 适用于Unity的改进型LitJson库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-10-13 - **Last Updated**: 2024-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LitJson4Unity 适用于Unity的改进型LitJson库 ### 简介 基于[原生的LitJson库](https://github.com/LitJSON/litjson)改造的适用于Unity的LitJson库。 **`支持以下原生版本不支持的特性`**: * 支持float类型(最新原生版本已经支持) * 支持Unity内建类型(Vector2、Vector3、Rect、AnimationCure、Bounds、Color、Color32、Quaternion、RectOffset等) * 支持JsonIgnore Attritube,对某些字段跳过序列化 * 支持对输出的Json内容格式化,更规整 ### 使用方法 直接将 **`Plugins/LitJson目录下所有的cs脚本放到你的工程中即可`**。 ### 博客教程 * [【Unity游戏开发】跟着马三一起魔改LitJson](https://www.cnblogs.com/msxh/p/12541159.html)