-
Fixes generation of explicit "null" value in Smart Insider Transactions/Intentions (#4817)
发布于
2020-10-06 13:20:59 +00:00 | 2769 次提交 在此版本后已推送到 master-
Adds new unit tests covering changes and testing for old case
- JsonConvert.SerializeObject would convert a
nullvalue into a
literal string of "null" when writing to a file via the ToLine
abstract method. We opt for an empty string whenever the underlying
value is null so that the parsing works correctly later in the
data loading cycle.
- JsonConvert.SerializeObject would convert a
下载附件
-