Format Conversion
Convert Markdown formatted text to plain text by removing all Markdown syntax and formatting
markdown-to-plain-textFormat Conversion
Convert logfmt (key=value) to JSON or JSON back to logfmt, with quote escaping, number/boolean coercion, and duplicate-key handling.
logfmt-to-json-structured-log-bridgeFormat Conversion
Convert text to and from hexadecimal strings with flexible spacing, prefix (0x/\x/U+), and case options
hex-to-stringFormat Conversion
Convert GPX (GPS Exchange Format) to GeoJSON format
gpx-to-geojsonFormat Conversion
Convert characters to/from hex (\xXX) and Unicode (\uXXXX) escape sequences
hex-unicode-converterFormat Conversion
Extract and convert HTML table data to CSV format
html-table-to-csvFormat Conversion
Convert between HashiCorp Configuration Language (HCL) and JSON formats for Terraform configurations
hcl-json-converterFormat Conversion
Convert between HashiCorp Configuration Language (HCL) and TOML formats for infrastructure configurations
hcl-toml-converterFormat Conversion
Convert between HashiCorp Configuration Language (HCL) and YAML formats for Terraform configurations
hcl-yaml-converterFormat Conversion
Encode and decode data to/from Ion (Amazon Ion) binary format
ion-converterFormat Conversion
Convert JSON data to CSV format with customizable formatting options
json-to-csvFormat Conversion
Convert HTML content to Markdown format with customizable options using Turndown
html-to-markdown