The intention is a utility that can:
- analyze a JSONL format file where it is expected that a JSON document of any length occupies 1 row and there are N rows in the file.
- report on unique JSON keys found
- report counts of values found per JSON key found
- Report number of lines found and the percentage with missing keys.
- Identify lines (rows) with missing JSON keys
- Provide a way to edit (CRUD) a row by adding needed key/value pairs interactively.