-i + json compatible?

Is it possible for the -i and --json flags to work together? I’ve created a JSON file for testing to see how this works. I don’t need to create a new video file, just see the information about a specific video.

{
“track_name”: {
“type”: “string”
}

The Error Message: “Error: No output filename specified”

flatpak run org.bunkus.mkvtoolnix-gui mkvmerge 003_Shtrafbat_1080.mkv --json /home/op.json
2)
flatpak run org.bunkus.mkvtoolnix-gui mkvmerge --json /home/op.json 003_Shtrafbat_1080.mkv

The syntax is mkvmerge --identify --identification-format json yourfile.mkv or the shortcut mkvmerge -J yourfile.mkv