All public logs

Jump to navigation Jump to search

Combined display of all available logs of Visual Data Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:57, 2 May 2024 Uschuetzenmeister talk contribs created page Module:JSONUtils (Created page with "local JSONUtils = {} local json = require('json') function JSONUtils.parse(jsonStr) -- JSON-String in Lua-Tabelle konvertieren local data = json.parse(jsonStr) -- Durch die Daten iterieren und sie ausgeben for _, item in ipairs(data) do -- Pagetitle ausgeben print(item.pagetitle) -- Daten ausgeben for _, class in ipairs(item.data.classes) do print('Class Name: ' .. class['class name']) for _, subClass in ipairs(class['su...")