Jackson Compare Two Arbitrary JsonNodes Ignoring Missing Fields
I have a program where I compare two response bodies, but I do not know what the bodies look like so instead of de-serializing them into Java objects I keep them as JsonNode objects. Suppose I have the following two…