11
Views
3
Comments
Solved
[JSON Differences] Diff doesn't work on top level
json-differences
Service icon
Forge asset by Perry Paans
Application Type
Service

Try the following:


Original JSON:

{

    "nestedSame": {

        "dummy": 1

    },

    "nestedChanged": {

        "dummy": 1

    },

    "nestedRemoved": {

        "dummy": 1

    },

    "removed": 1

}



New JSON:

{

    "nestedSame": {

        "dummy": 1

    },

    "nestedChanged": {

        "dummy": 2

    },

    "nestedRemoved": {

    }

}


It does not detect the removal of the field "removed".

2024-04-18 08-33-49
Product League Labs
Solution

Hello again Michel,

We've just uploaded a new version 1.0.6 that is now addressing the missing attributes on the root node.

Once again, thanks a lot for reaching out to us.

Cheers,

Pedro Domingues

2024-04-18 08-33-49
Product League Labs

Hello Michel, how are you doing?

Thanks a lot for reaching out to us. We'll take a look at it ASAP.

Cheers,

Product League Labs

2024-04-18 08-33-49
Product League Labs
Solution

Hello again Michel,

We've just uploaded a new version 1.0.6 that is now addressing the missing attributes on the root node.

Once again, thanks a lot for reaching out to us.

Cheers,

Pedro Domingues

UserImage.jpg
Michel Veerman

Thanks for fixing it!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.