Comparing arrays with elements of different types usually works perfectly, but comparing [null] with [{}] throws an error.
I came across this while trying to find the difference of two quite complex JSON docs, but the Demo site didn't show any differences at all. Only at closer examination I found out that there was an error on the console.
I'm not quite certain if this is only an error in the demo website or in the library itself. Here's the screenshot:
