Macro minecraft_json::assert_equiv[][src]

macro_rules! assert_equiv {
    ($lhs: expr, $rhs: expr) => { ... };
}
Expand description

Assert that a JSON string and some data is equivalent, i.e. serde_json::from_str and serde_json::to_string converts them back and forth.