Read text as lines from a file.
A file is read line by line and parsed as a list of string.
path (str) – File path.
mode (str) – File mode for open.
Lines read from the file as a list of strings.
list
miscset.io.read_json
miscset.io.read_yaml