Tag Archives: format

Format huge XML data with no size limit

      No Comments on Format huge XML data with no size limit

You can format huge XML documents without loading it in the XML editor from the built-in File Explorer window. This is helpful if you get large XML data without any formatting and you want to convert it to be readable. The conversion process is streaming the input data and has no size limit. After a while, depending on the size… Read more »

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? So you need a JSON editor which can do two things for you. The editor can… Read more »