执行
java -jar ./moco-runner-1.1.0-standalone.jar http -p 8888 -c startupGet.json
的时候报错json异常:ERROR com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for pars er)
这时候检查一下自己的json文件中是否有注释,如果有注释,就赶紧去掉注释。再次执行即可