aboutsummaryrefslogtreecommitdiffstats
path: root/python/ia_pdf_match.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ia_pdf_match.py')
-rwxr-xr-xpython/ia_pdf_match.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ia_pdf_match.py b/python/ia_pdf_match.py
index bc814de..c5a5e11 100755
--- a/python/ia_pdf_match.py
+++ b/python/ia_pdf_match.py
@@ -102,7 +102,7 @@ def run():
obj = json.loads(line)
match = parse(obj)
if match:
- print(json.dumps(match))
+ print(json.dumps(match, sort_keys=True))
if __name__ == '__main__':
run()