Add generic functions to must package, including new functions ContainSubset and NotContainSubset. Generic functions now mean EqualStr is renamed Equal.
must functions now typically accept gjson.Result and not byte slices.
JSON matchers now work with gjson.Result and not byte slices.
Tidy up tests to use more matchers than boilerplate.
must
andmatch
public.must
package, including new functionsContainSubset
andNotContainSubset
. Generic functions now meanEqualStr
is renamedEqual
.must
functions now typically acceptgjson.Result
and not byte slices.gjson.Result
and not byte slices.