You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subtest2()
Dim d AsNew Dictionary
Dim s AsString
d.Add CDate("21.02.2025"), "test"
d.Add CDate("22.02.2025"), "test2"
s = LibJSON.Serialize(d) ' result: {}End Sub