Module:JsonUtils: Revision history

From MENACE Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 September 2025

  • curprev 03:5403:54, 28 September 2025 joljaycups talk contribs m 3,727 bytes 0 76561197968631074 moved page Module:Jsonutils to Module:JsonUtils: Misspelled title
  • curprev 03:3203:32, 28 September 2025 joljaycups talk contribs 3,727 bytes +3,727 Created page with "--- ---Uses mw.text.jsonDecode to convert the specified JSON file on the wiki into a Lua table. --- ---The page must contain properly formatted JSON data and only the JSON data, without any explanation, wiki markup, or other content. --- ---The table returned may have missing fields where they would otherwise be expected if the JSON data contained nil values for those fields. --- ---@module JsonUtils local JsonUtils = {} --region Dependencies -- none --endregion --..."