Thread: JSON to Lua
View Single Post
10/07/19, 03:26 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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 lua file you include in your addon afterwards and load them into your addon.
  Reply With Quote