mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 14:27:11 -04:00
10 lines
287 B
YAML
10 lines
287 B
YAML
tools:
|
|
json-to-csv:
|
|
title: JSON to CSV
|
|
description: Convert JSON to CSV with automatic header detection.
|
|
|
|
inputLabel: Your raw JSON
|
|
inputPlaceholder: Paste your raw JSON here...
|
|
outputLabel: CSV version of your JSON
|
|
|
|
invalidMessage: Provided JSON is not valid.
|