Open adhilto opened 1 month ago
Store the parameters specified/ the configuration in the JSON output.
When reviewing the output after the fact, it can be useful from an analysts' perspective to know how ScubaGoggles was configured.
ScubaGoggles args can easily be serialized as JSON, it's basically just a dict.
args
💡 Summary
Store the parameters specified/ the configuration in the JSON output.
Motivation and context
When reviewing the output after the fact, it can be useful from an analysts' perspective to know how ScubaGoggles was configured.
Implementation notes
ScubaGoggles
args
can easily be serialized as JSON, it's basically just a dict.Acceptance criteria