If you're using Mac, try Hex Fiend. Loads large files super fast. Just disable the hex view and you'll get a regular-ish editor.
Answer from captain on Stack OverflowI have a full text + summary dataset that I'm using to train T5 - I have the data in both csv and json formats. I have to manually go over many of the entries, do edits, remove sentences from the summaries etc, but doing it in Calc/Sheets is a pain. Are there any open source/free trial GUI tools to easily edit text data row by row/entry by entry in json lists/dicts?
want to view a huge .json file (to be precise, .jsonl) in read-only mode(if possible). A write stream to that file hasn't been closed yet, and a process running on my pc is constantly writing to it. I tried sublime text to open the file, but it seems to force a refresh every time whenever a chunk is written to the .jsonl. In contrast, vsc doesn't refresh as long as I keep focus.
I'm not trying to edit it literally, so it would be nice if it was optimized for read-only.