From Mic Hussey:
The failure of testNestedArray5 is what really breaks JSONMatcherBuilder for me. It implies that we MUST specify all fields in the array element tuples in the pattern - i.e. ignoreMissingFields(true) no longer works as expected.
See test-src/com.streambase.sbunit.ext.JSONMatcherBuilderNestedTest.java
I think the testNestedArray6 shows the same type of failure.