Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Baertram
Forum: Lua/XML Help 10/08/19, 05:37 AM
Replies: 3
Views: 15,012
Posted By Baertram
Wouldn't maybe this do the lua stuff for you...

Wouldn't maybe this do the lua stuff for you (using the json lua library mentioned above):
print(json.decode(jsonString).variable)

Not sure though if one can send this to a file from lua

Or maybe...
Forum: Lua/XML Help 10/07/19, 03:26 PM
Replies: 3
Views: 15,012
Posted By Baertram
https://github.com/rxi/json.lua Use Json.decode...

https://github.com/rxi/json.lua

Use Json.decode in a normal lua environment (e.g. windows cmd line) to get the data and store it in a txt file e.g., rename it to .lua for your SavedVariables or a...
Showing results 1 to 2 of 2