blitlabs/online-json-diff

Diff in array not working

Closed this issue · 1 comments

irxn commented

JSON 1:
{
"triggerPullConnectors": [
"blabla",
"ddddddd"
]
}

JSON 2:
{
"triggerPullConnectors": [
"blabla11"
]
}

Does not show a difference

irxn commented

Thank you, that fixed my problem