# diff -u <(echo '[{"a": "b"}, {"c": "d"}, {"e": "f"}]' | jq) <(echo '[{"a": "b"}, {"e": "f"}]' | jq)
--- /dev/fd/63 2024-09-09 16:31:23.376841575 +0200
+++ /dev/fd/62 2024-09-09 16:31:23.376841575 +0200
@@ -3,9 +3,6 @@
"a": "b"
},
{
- "c": "d"
- },
- {
"e": "f"
}
]
And here I am. Coding is becoming management in front of my eyes.
Meh :-|