Skip to content

FatGhosta/json-test-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-test

检验json格式是否正确的脚本。
This software is a shell program which test if the pattern of json is right.

##Thanks## 本脚本基于JSON.sh项目,该项目是一个管道化的JSON解析器脚本。
This software is based on JSON.sh, a pipeable JSON parser written in Bash.

##Quick Start##

###Notice### 在使用之前,请确保JSON.sh已经与本脚本所在文件目录相同。
并且本机装有mailx,mail,sendmail等发送邮件软件。

###Example###

sh jsontest.sh '{"aaa":1,"bbb":2}'  

json格式是否正确,可以查看与脚本相同目录下的jsontest.log。

About

检验json格式是否正确的脚本工具集合

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages