json-diff overlooks differences of number and string in array. For example, when json-diff compares `[1]` with `["1"]`, returns nothing. ```diff ``` expected: ```diff [ - 1 + "1" ] ```