Seeding a database
Turn a client-supplied spreadsheet into the JSON payload your import script expects.
Convert delimited spreadsheet data into an array of JSON objects.
Everything above is processed in this browser tab. Your input is never sent to a server.
CSV to JSON Converter parses comma or tab separated data and returns an array of JSON objects keyed by the header row. It is used to move exported spreadsheet data into an API request, a seed file or a front-end fixture without writing a parsing script.
Turn a client-supplied spreadsheet into the JSON payload your import script expects.
Drop a converted export into a front-end fixture so components are tested against realistic values rather than invented ones.
Pretty-print, minify and validate JSON with precise error positions.
Convert text to Base64 and back, with UTF-8 handled correctly.
Percent-encode query values or decode an escaped URL.
Generate cryptographically random version 4 UUIDs in bulk.
Hand-picked hubs, guides and companion tools related to this page.
Last reviewed 2026-07-27. Browse the full directory.