ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
208 stars 26 forks source link

Added JSON support #132

Closed Protowalker closed 4 years ago

Protowalker commented 4 years ago

Added the ability to use JSON to store data. Do this by using

import "example.json" as [variable name];

this has the side effect that lobby settings will only be taken in as such when they use the file name "lobby.json".

JSON Arrays and objects cannot be stored inside of JSON arrays, however this should be fixed soon.