Test Data: ```json [ 40, null, 42 ] ``` Selector: ``` $..* ``` Result: ```diff --- Expected +++ Actual @@ @@ -'[40,42,null]' +'[40,null,42]' ``` More information: https://cburgmer.github.io/json-path-comparison/results/dot_notation_with_wildcard_after_recursive_descent_on_null_value_array