Skip to content

Dot Notation With Wildcard After Recursive Descent On Null Value Array #18

@SoftCreatR

Description

@SoftCreatR

Test Data:

[
  40,
  null,
  42
]

Selector:

$..*

Result:

--- 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions