哪个库用于在Codemirror Json Editor中设置验证?

时间:2015-06-22 01:58:14

标签: validation codemirror

在Codemirror Json Editor中使用哪个库设置验证?

1 个答案:

答案 0 :(得分:1)

请参阅此页:https://codemirror.net/demo/lint.html

其中包括其他几个来源:https://codemirror.net/addon/lint/json-lint.js

使用源视图时,您会发现:

// Depends on jsonlint.js from https://github.com/zaach/jsonlint

所以这就是答案:https://github.com/zaach/jsonlint

带有CLI的JSON解析器和验证程序。

http://zaach.github.com/jsonlint/