JSONStringsEachRow
输入 | 输出 | 别名 |
---|---|---|
✗ | ✔ |
描述
与 JSONEachRow
的区别仅在于数据字段以字符串形式输出,而不是以类型化的 JSON 值输出。
用法示例
{"num":"42","str":"hello","arr":"[0,1]"}
{"num":"43","str":"hello","arr":"[0,1,2]"}
{"num":"44","str":"hello","arr":"[0,1,2,3]"}
输入 | 输出 | 别名 |
---|---|---|
✗ | ✔ |
与 JSONEachRow
的区别仅在于数据字段以字符串形式输出,而不是以类型化的 JSON 值输出。
{"num":"42","str":"hello","arr":"[0,1]"}
{"num":"43","str":"hello","arr":"[0,1,2]"}
{"num":"44","str":"hello","arr":"[0,1,2,3]"}