Code Converters
Convert between code formats: HTML↔JSX, JSON↔TS/Go, cURL→fetch, SQL→JSON, query strings.
Showing 4 of 6 tools · filtered by json
JSON to TypeScript Interface Converter
Generate TypeScript interfaces from any JSON sample. Nested objects become nested interfaces; arrays become typed unions.
Launch tool
JSON to Go Struct Converter
Generate Go structs (with JSON tags) from any JSON sample. Nested objects become nested types.
Launch tool
SQL INSERT to JSON Converter
Convert SQL INSERT INTO … VALUES (…) statements to a JSON array of rows. Supports NULL, booleans, numbers, quoted strings.
Launch tool
Query String to JSON Converter
Convert a URL query string to JSON. Handles repeated keys (arrays) and PHP-style bracket nesting like filters[year]=2026.
Launch tool