mirror of
https://github.com/Stefanuk12/luau-json-tables.git
synced 2026-08-14 20:54:56 +00:00
No description
- Rust 66.3%
- Lua 24.8%
- Luau 8.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| lua_tests | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| module.lua | ||
| README.md | ||
LuaU <-> JSON
Sending data from one application to another can be difficult when dealing with special LuaU types. This project aims to fix that issue by properly serialising special types like Color3.
You can find the Lua module here which allows you to serialise and deserialise the data while the main Rust project aims to serve as an example of how to do it with another application.
Notices
- These models are not extensive and do not contain all of the impls
- While it uses JSON as the "middleman", support for other file formats could be added (like binary formats).
- A proper binding system can be found here, this is meant to be more of a lightweight solution.