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
Describe the bug
{"int": 1.0} when read as an integer type, like ByteType, ShortType, IntegerType, and LongType is returned as null. Our code is not consistent in this. JsonToStructs does not fix this up at all but it looks like ScanJson is doing something for this.
The text was updated successfully, but these errors were encountered:
Describe the bug
{"int": 1.0} when read as an integer type, like ByteType, ShortType, IntegerType, and LongType is returned as null. Our code is not consistent in this. JsonToStructs does not fix this up at all but it looks like ScanJson is doing something for this.
The text was updated successfully, but these errors were encountered: