Comparing Files and Content
When migrating some processing logic to a new framework/service, I wanted to compare the contents of two JSONL files with a schema like:
{"contents": [ "transaction": {"id": 123, "location": 345, "cost": 175, "dateTime": "2023-01-01", "createDate": ...
wind010.hashnode.dev2 min read