here is video on how to use Json Formatter to organise json file
    here is an example of running "Json Formatter" from command line to automate formatting json files:       
    
"C:\Program Files (x86)\WhiterockSoftware\JsonFormatter\JsonFormatter.exe" scrabbled.json formatted.json 
here is video on how to use Json to Xml converter:
here is video how to convert Json file to Text file:
here is video on how to convert Json file to Excel (xlsx) workbook file:
    here is an example of running "Json to Excel" from command line to automate conversion:       
    
"C:\Program Files (x86)\WhiterockSoftware\JsontoExcel\JsontoExcel.exe" inputfile outputfile 
here is video on how to convert .Json file to Word document:
    here is an example of running "Json to Word" from command line to automate conversion:       
    
"C:\Program Files (x86)\WhiterockSoftware\JsontoWord\JsontoWord.exe" inputfile.json outputfile.docx 
here is video on how to convert json file to Csv (comma separated )
    here is an example of running Json to Csv converter from command line to automate conversion:       
    
"C:\Program Files (x86)\WhiterockSoftware\JsontoCsv\JsontoCsv.exe" inputfile.json outputfile.csv 
here is video on how to convert Json file to Html table:
here is video on how to convert Jsonfile to Pipe delimited text file:
    here is an example of running Json to Pipe delimited file from command line to automate conversion:       
    
"C:\Program Files (x86)\WhiterockSoftware\JsontoPipedelimited\JsontoPipedelimited.exe" inputfile.json outputfile.pipe 
here is video on how to convert Json file to Tsv file:
    If you want to automate conversion or avoid user Interface (UI) and run "Json to Tsv" application from command line - here is an example of how to do it:    
    
"C:\Program Files (x86)\WhiterockSoftware\JsontoTsv\JsontoTsv.exe" inputfile.json outputfile.tsv 








