提交 91120133 编写于 作者: J Jb Evain

Allow null values in JsonObjects

上级 1ee253f4
......@@ -66,8 +66,6 @@ namespace System.Json
{
if (key == null)
throw new ArgumentNullException ("key");
if (value == null)
throw new ArgumentNullException ("value");
map.Add (key, value);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册