Simple Lune Script to Parse the Recently Discovered Roblox "Full-API-Dump.json" (Demonstration)
Sample output provided in the gen directory.
- Install the Lune Runtime CLI. (It's in this repo's aftman.toml aswell!)
- Run "
lune parse members
", and by default, aMembers.lua
will be output in thegen
directory. You can also supply apath
argument. - profit??
This was made as a very simple demonstration for this, I won't be making this too complex at all. File paths can be labeled .lua
, .luau
, .json
, or .json5
.
lune parse members <path?:Members.lua>
lune parse props <respect_serialization_tags?:false> <path:?Properties.lua>