macro_rules! assert_obj {
    ($doc: expr, $obj_id: expr, $prop: expr, $expected: expr) => { ... };
}
Expand description

Like assert_doc except that you can specify an object ID and property to select subsections of the document.