Open
Open
Open
Open
Open
Open
Search for a command to run...
Convert between CSV, JSON, XML and YAML
Convert CSV data to JSON format. Support for headers and nested objects.
Convert CSV data to XML format. Support for headers and nested objects with proper escaping.
Convert XML data to JSON format. Support for nested elements and attributes.
Convert JSON data to XML format. Supports nested objects, arrays, and custom root element.
Convert JSON objects to TOML format. Handles nested structures, arrays, and primitive values.
Convert TOML data to JSON format. Supports nested tables, arrays, and all TOML data types.
Convert a JSON object into a URL query string. Supports nested objects and multiple array formats.
Convert a URL query string into a JSON object. Supports nested keys, arrays, and configurable depth.
Generate a draft-07 JSON Schema from a JSON sample. Infers types, properties, required fields, and string formats.
Generate CREATE TABLE and INSERT statements from a JSON array. Supports PostgreSQL, MySQL, and SQLite dialects.
Convert JSON data to YAML format. Supports arrays of objects and nested structures with proper indentation.
Convert YAML data to JSON format. Support for nested structures and complex data types.
Convert JSON data to CSV format. Supports arrays of objects with flexible formatting.