User guide
×
Menu
  • Pretty-print and remove whitespace for large JSON data

Pretty-print and remove whitespace for large JSON data

 
What do you do if you need to compact a JSON document but the file has more than 400 MB and 20 Million lines? Or the other way around, you have a large document and it is impossible to read because it has no formatting? In such situations you need a JSON editor which can do two things for you: a) The editor can open and view really large text files and b) it needs to know how to format or compact your JSON data. Luckily, JSONBuddy can do both for you.
 
No input size limit
 
Pretty-print and Remove Whitespace are using a full streaming approach for reading all JSON input and writing the generated JSON output.
 
Select your large JSON data
 
Simply select your large JSON document in the built-in File Explorer window. You can also select multiple files if you need to do this for several documents:
 
Remove whitespace from big JSON data
 
Remove whitespace from your large JSON documents
 
Run either the "Pretty-print JSON" or "Remove whitespace from JSON" command from the JSON menu. JSONBuddy will save the output document next to the original JSON with a new file name. The original file content is not modified on your disk. Both commands can also applied on the current document in the editor.