-
Hi, I am using the diff() method to compare two json files and would like to ignore the oder changes in array, is it possible?
should be equal to:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
nlohmann
Aug 27, 2020
Replies: 1 comment 2 replies
-
No, this is not possible. Best would be if you would sort the array yourself before calling diff. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nlohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, this is not possible. Best would be if you would sort the array yourself before calling diff.