提交 169faf9e 编写于 作者: C Cyrus Najmabadi

Fix code.

上级 892d137e
......@@ -83,8 +83,8 @@ private JsonTree ParseTree(bool strict)
if (diagnostic == null)
{
diagnostic = strict
? new StrictSyntaxChecker().CheckSyntax(root)
: new JsonNetSyntaxChecker().CheckSyntax(root);
? StrictSyntaxChecker.CheckSyntax(root)
: JsonNetSyntaxChecker.CheckSyntax(root);
}
var diagnostics = diagnostic == null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册