Searched refs:options_json (Results 1 – 1 of 1) sorted by relevance
124 nlohmann::json options_json; in GetOutputPath() local126 options_json = nlohmann::json::parse(options_str); in GetOutputPath()130 auto iter = options_json.find(kOutputPath); in GetOutputPath()131 if (iter != options_json.end() && iter->is_string()) { in GetOutputPath()