CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
18.36k stars 2.2k forks source link

Add example code in JSON to CSV #1145

Open Swamp2k9 opened 3 weeks ago

Swamp2k9 commented 3 weeks ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

It would be great to have an example JSON loaded on the JSON to CSV page.

Something like the below:

[ {'Age': 18.0, 'Salary': 20000.0, 'Gender': 'Male', 'Country': 'Germany', 'Purchased': 'N'}, {'Age': 19.0, 'Salary': 22000.0, 'Gender': 'Female', 'Country': 'France', 'Purchased': 'N'}, {'Age': 20.0, 'Salary': 24000.0, 'Gender': 'Female', 'Country': 'England', 'Purchased': 'N'} ]

Is their example of this tool in the wild?

No response

Additional context

No response

Validations