I have json files for application translations, I would like to make sure to compare the two files, so as to know if there are any differences.
Such as:
So I have to compare the name of the keys and not the text they contain.
Eventually I would like to know the different key name (key path).
Can you give me some advice on how I could do it?