Previously wrote a simple API testing tool ApiTools, the return of json sometimes need to do a lot of conversion, so the development of this tool.
Features include
1, json string into a table , you can visualize the display , you can also copy , and support the converted form click on the column header to sort , it is more convenient to locate the data .
2, the form to EXCEL, is to export Excel files, support for 2003 and 2007 format, that is, xls and xlsx.
3, support for EXCEL to form, that is, read into the EXCEL file, display to the form.
4, form to json, is the imported excel file and then into the json string
5, json to csv, that is, the json string is first converted to datatable in memory, and then converted to csv format.
The csv format is tab split.
I hope this tool will come in handy for everyone and would appreciate any valuable comments.
Finally, the download address is attached, this tool is not open source for the time being. /files/weipt/