Macro minecraft_json::assert_equiv_pretty[][src]

macro_rules! assert_equiv_pretty {
    ($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_pretty converts them back and forth.