pub fn interaction_from_json(
    source: &str,
    index: usize,
    ijson: &Value
) -> Result<Box<dyn V4Interaction + Send + Sync>>
Expand description

Create an interaction from a JSON struct