Модуль:IanComradeBot/prototypes/vending machines/restock.json/data
Для документации этого модуля может быть создана страница Модуль:IanComradeBot/prototypes/vending machines/restock.json/data/doc
local title = mw.title.new("User:IanComradeBot/prototypes/vending machines/restock.json")
local jsonData = title and title:getContent() or ""
local success, data = pcall(mw.text.jsonDecode, jsonData)
return (success and type(data) == "table") and data or {}