Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>json-checkerNew to Visual Studio Code? Get it now.
json-checker

json-checker

YYyoung

|
467 installs
| (0) | Free
Check json
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

checkJson README

json文件格式需要遵循一定规则,新品开发的时候,可能存在json文件配置错误或者漏配置某功能的情况 此工具按照规则自动监测json文件配置情况,点检的时候,可以使用次工具,确保没有低级问题。

功能简介

  1. 对JSON文件进行配检查,检查结果新开页面显示。
  2. 支持多选

注意事项

工具会检测cycle值以及参数值是否在协议范围内,如果有更新协议,需要同步此目录下的文件: /checkJson/protocol/**.js

git commit自动校验

拉取最新代码,然后根目录执行以下个命令即可:

npm install
npx husky install

vscode插件打包

打包:vsce package
发布:vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft