json and csv conversion
Convert between the object array JSON and CSV, support Chinese, quotation marks and newline fields.
json and csv conversion User manual
- Fill in the parameters or select the file according to the form, and check the unit and format first.
- Enter [{"name":"xiaowang","quantity":2}].
- Click the processing button to view the results, you can copy or download and save.
Calculation method and processing rules
The keys of the JSON object are combined as the column header; CSV generates a string field by the column header, and does not guess the data type.
scope of use
Nested objects are converted into JSON strings; CSV exporting enables formula protection, and the dangerous prefix will add single quotes.
Will the input content be saved on the server?
This tool handles input in the browser, and does not upload files or form content. Typing practice scores are only saved in the native browser.
Why may the result be different from other tools?
Nested objects are converted into JSON strings; CSV exporting enables formula protection, and the dangerous prefix will add single quotes. Please compare the input unit, rounding method, applicable rules and data version first.



