pub fn parse_script_steps_from_json_str( input: &str, ) -> Result<Vec<ScriptStep>, String>
Parses a tactic script from a string as a JSON array of ScriptStep objects.