https://github.com/jasonxudeveloper/jengine.litjson
LitJson package for JEngine. JEngine框架的LitJson扩展包。
https://github.com/jasonxudeveloper/jengine.litjson
Last synced: 3 months ago
JSON representation
LitJson package for JEngine. JEngine框架的LitJson扩展包。
- Host: GitHub
- URL: https://github.com/jasonxudeveloper/jengine.litjson
- Owner: JasonXuDeveloper
- License: mit
- Created: 2023-01-06T00:29:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T04:42:58.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:19:31.526Z (5 months ago)
- Language: C#
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JEngine.LitJson
LitJson package for [JEngine](https://github.com/JasonXuDeveloper/JEngine).[JEngine](https://github.com/JasonXuDeveloper/JEngine)框架的LitJson扩展包。
## Important
This repo is only compatible with [JEngine](https://github.com/JasonXuDeveloper/JEngine) repo, otherwise it may not be able to compile or to execute.
该仓库仅与[JEngine](https://github.com/JasonXuDeveloper/JEngine)兼容,否则将无法编译或运行。
## What is this
This is the adapted version of LitJson, which supports serializing ```hot update/non hot update objects``` to ```JSON string```, or to deserialize ```JSON string``` to ```hot update/non hot update objects```. It also provides ```JsonIgnore``` attribute, supported serializing/deserializing ```float```, and editor code to visualize ```JsonData``` in editor runtime.
这是LitJson的修改版本,支持了```热更/非热更对象```与```JSON字符串```相互序列化/反序列化。与此同时,这个版本提供了```JsonIgnore```标签、序列化/反序列化```float```、以及可以在编辑器运行时可视化```JsonData```的功能。
## How to use
Please install [JEngine](https://github.com/JasonXuDeveloper/JEngine) (at least v0.8.0), then download this repo, finally move the repo directory into JEngine project's ```Assets/Dependencies``` path.
Alternatively, you can use ```JEngine Package Manager``` to install.
请安装[JEngine](https://github.com/JasonXuDeveloper/JEngine)(至少v0.8.0),然后下载本仓库,接着将本仓库的文件夹移动到JEngine工程内的```Assets/Dependencies```目录下。
或者,你可以使用```JEngine Package Manager```来安装。