``` $ json_diff d '{} ' ' {}' ; echo $? No mismatch was found. 0 ``` ``` $ json_diff d '[] ' ' {}' ; echo $? Mismatch at root. 0 ```