Skip to content

Doesn't work with Date #13

@YamadaHideki

Description

@YamadaHideki
Sub test2()
    Dim d As New Dictionary
    Dim s As String
    
    d.Add CDate("21.02.2025"), "test"
    d.Add CDate("22.02.2025"), "test2"
    
    s = LibJSON.Serialize(d)    ' result: {}
End Sub

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions