static O unstructureFromFile(File f) { ret unstructure(loadTextFile(f)); // TODO: optimize }