ConvertJSON is a minimalistic Roblox Studio plugin that converts JSON input into a Lua table.
All you have to do is to enter in valid JSON into the input box, press the Convert button, and the JSON will be converted into a Lua table located in ReplicatedStorage.
There are a few ways to install the plugin:
- Install the plugin via Roblox
- Install the plugin from the GitHub releases page
- Build the plugin via Rojo
- Clone the plugin via Git:
git clone https://github.com/Jaguar-515/ConvertJSON.git
- Build the plugin via Rojo inside the cloned repository:
rojo build --output plugin.rbxmx
This project is under the MIT license. See LICENSE.txt for more info.