The json file order is not stable enough. E.g. by following the procedure:
- Convert OD -> JSON
- Edit OD file with
odg edit
- Convert OD -> JSON
- Compare files (e.g. in PRs) reveal two very different ordered files
This is because the OD file is not stable and thus the JSON files are different. JSON are order preserving.