README.md 345 Bytes
Newer Older
王品堯's avatar
王品堯 committed
1 2
# JsonFileCompare

王品堯's avatar
王品堯 committed
3 4 5 6 7 8 9 10 11 12 13 14 15
### Find missing key in Target json file

```
mvn package
```

可以在target下找到JsonFileCompare-exec.jar

 ```java
java -cp JsonFileCompare-exec.jar JsonFileCompare /xxx/locale-zh_TW.json /xxx/locale-zh_CN.json /xxx/locale-en_US.json
```

P.S 第一個參數為基準的json, 後面為要找出缺少key的目標檔案