jdb: Do not serialize null fields

This commit is contained in:
Oliver
2025-05-17 17:18:45 +02:00
parent 65ea890bb0
commit a26e78a23c

View File

@@ -17,7 +17,6 @@ import java.util.Map;
*/
public class JDB {
private final static Gson GSON = new GsonBuilder()
.serializeNulls()
.setPrettyPrinting()
.create();