提交 341e4151 编写于 作者: L Lenny222 提交者: Marijn Haverbeke

json: to_str() also for "null"

上级 6f5a0a3b
......@@ -65,6 +65,7 @@ fn to_str(j: json) -> str {
});
str::concat(["{ ", str::connect(parts, ", "), " }"])
}
null { "null" }
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册