We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bc4d2 commit e4030f5Copy full SHA for e4030f5
gendiff/data.py
@@ -3,5 +3,5 @@
3
4
def read_data(path_file):
5
with open(path_file, 'r') as file:
6
- strings = json.load(file)
+ strings = dict(sorted(json.load(file).items()))
7
return strings
0 commit comments