pub fn parse_statedata_json( json: &str, varstore: &ObjectStore<Box<dyn Var + Send + Sync>, VarId>, ) -> Result<StateData, StepFlowParseError>