stacycurl / delta

Type safe delta
Apache License 2.0
55 stars 4 forks source link

Add containJson argonaut matcher #16

Open stacycurl opened 8 years ago

stacycurl commented 8 years ago

{a: 1, b: 2, c: { d: 3 } } should containJson {a: 1, c: {d: 3}}

{a: 1, b: 2, c: { d: 3 } } should beIdenticalTo {a: 1, c: {d: 3}} ignoringNot("/a, /c/d") where the paths are derived from the expectation.