You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it might be intentional. Finding duplicates has a performance impact, and it's mostly cosmetic because a JSON parser will only consider the most recent value, so {"k": "v1" , "k": "v2"} and { "k": "v2"} are equivalent.
I would expect that resulting log contain only {"k": "v2"} but it contains both {"k": "v1" , "k": "v2"}. How to de-duplicate?
The text was updated successfully, but these errors were encountered: