pub fn parse_v2_step(value: &Value) -> Result<V2Step, V2ParseError>Expand description
Parse a V2Step from a serde_json::Value (expects an object with op: key)
pub fn parse_v2_step(value: &Value) -> Result<V2Step, V2ParseError>Parse a V2Step from a serde_json::Value (expects an object with op: key)