ITADN

Handle null values while parsing double and float

#57Pull RequestSzczurowsky 创建于 2024-08-30
S
Szczurowskycommented
When you try to parse JSON that has field with type (for ex.) double and value of that field is null, then it throws and exception. That PR will allow such value for Double and Float, since they have value NaN that fits for that purpose.
合并状态:未合并 1 条评论