English | 中文
A ProGuard to json is useless, is convenient for me to parse the confusion table, to be honest is lazy...
- Frish2021
- Xiaoxijun233(Write Chinese documents)
2024/4/14 1:26
maven {
name 'sunmoonbay'
url 'https://smbServer.github.io/'
}
implementation group: 'xyz.frish2021', name: 'Pro2Json', version: '1.0.0'
File inFile = new File(System.getProperty("user.dir"), "mapping.txt"); // input ProGuard mapping
File outFile = new File(System.getProperty("user.dir"), "mapping.json"); // output json mapping
Pro2Json pro2Json = new Pro2Json(inFile, outFile);
pro2Json.genJsonMapping(); // Invoke Method