Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

VB6 clsJSONNode: Revision history

Jump to navigation Jump to search

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.

1 March 2026

  • curprev 04:1904:19, 1 March 2026XenoEngineer talk contribsm 5,803 bytes +4 →‎Test Form
  • curprev 04:1904:19, 1 March 2026XenoEngineer talk contribs 5,799 bytes +5,799 Created page with "Category:VB6 ==VB6 Class Code== <pre style="margin-left:3em; font:normal 14px terminal;"> '' Class clsJSONNode Option Explicit Public Enum enumNodeType enuObjectType enuArrayType enuValueType End Enum Private Type udtJSONNode nodeType As enumNodeType Object As Scripting.Dictionary Array As Collection value As Variant End Type Private m As udtJSONNode Private Sub Class_Initialize() '' Default to object typ..."