I have a need to modify large JSON files that choke most editors (meaning: most editors will take a long time to open the file, and even after the file is loaded, the editor will become unresponsive while I'm attempting to make modifications).
The only program I've found, that can actually handle the files is JSON Buddy, but they don't offer a Linux version I can purchase. So, I'm having to run a Windows virtual machine to use this tool.
I suspect Linux does offer tools that can efficiently modify large files. However, JSON Buddy also provides some helpful features for formatting the JSON file in a manner that is human-friendly while editing.
I'm basically looking for a tool that can:
- open large files instantly (because it doesn't have to load them into RAM before opening them).
- present the json in an un-minimized well-formatted view during my modifications.
- save the JSON file minimized.
If a tool like this exists, that runs on Linux, I have wallet in hand and I'm ready to make a purchase.
Please advise.
You might look at
Visual Studio Code
, found at https://code.visualstudio.com/. It's a good IDE (Integrated Development Environment), and has lots of helpful features.