目录1. jsON 与 python 数据类型的映射关系2. 读取 JSON 数据2.1 从 JSON 字符串解析2.2 从 JSON 文件读取3. 写入 JSON 数据3.1 将 Python 对象转换为 JSON 字符串3.2 将 Python 对象写入 JSON 文件4. JSON 格式化输
i have a python script, that submits an job to the SGE (Sun Grid Engine). When the job is done i want to access the output file, generated from the SGE job.