jsongenerator

  1. I

    Android Question JSONGenerator Issue

    Hi All, I am just wondering why the 2 cases below are different. Case #1 Dim ClosedByID As String = Null Dim ShiftEnd As String = Null Dim Map1 As Map = CreateMap( "ClosedByToken": ClosedByID, _ "ShiftEnd": ShiftEnd ) Dim...
Top