Skip to content

Overlooks type differences of number and string in array #56

Closed
@Durun

Description

@Durun

json-diff overlooks differences of number and string in array.

For example, when json-diff compares [1] with ["1"], returns nothing.

expected:

 [
-  1
+  "1"
 ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions