| [ |
| { |
| "cmd": [ |
| "python", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "{\"is_json\": true}", |
| "[START_DIR]/some_file.json" |
| ], |
| "infra_step": true, |
| "name": "write_json" |
| }, |
| { |
| "cmd": [ |
| "python", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[START_DIR]/some_file.json", |
| "/path/to/tmp/" |
| ], |
| "infra_step": true, |
| "name": "read_json" |
| }, |
| { |
| "jsonResult": null, |
| "name": "$result" |
| } |
| ] |