static Map safeUnstructureMap(S s) { ret (Map) safeUnstructure(s); } static Map safeUnstructureMap(File f) { ret (Map) safeUnstructure(f); }