Developer utilities

The 29 formatter, converter, inspection, cryptography, visual, and time utilities built into Lingua.

Lingua ships the everyday panels that usually force a code-runner workflow into browser tabs. They run inside the app next to the editor and result panel.

Data

  • JSON Formatter — format, inspect, and repair JSON.
  • YAML / JSON — convert between YAML and JSON.
  • JSON / CSV — convert tabular payloads between JSON and CSV.
  • SQL Formatter — format SQL for readable diffs.
  • Number Base — convert decimal, binary, hex, and related bases.

Text

  • Beautify / Minify — reflow supported text formats.
  • String Case — convert naming conventions.
  • String Inspector — inspect invisible characters and string metadata.
  • Regex Tester — test patterns against sample text.
  • Diff Viewer — compare two text values.
  • Markdown Preview — render Markdown without leaving Lingua.
  • Lorem Ipsum — generate placeholder copy.
  • Random String — generate random tokens.

Web

  • HTML Entity — encode and decode HTML entities.
  • URL Parser — break URLs into readable parts.
  • URL Encode — encode and decode URL components.
  • curl to Code — turn a curl command into code.
  • HTML to JSX — convert markup for React surfaces.
  • Backslash Escape — escape and unescape text.

Crypto

  • Base64 — encode and decode Base64 text.
  • Base64 Image — inspect image data URIs.
  • JWT Decoder — decode JWT headers and payloads.
  • Hash — calculate common hashes.
  • UUID — generate UUID values.

Visual And Time

  • Color Converter — convert color formats.
  • SVG to CSS — prepare SVG assets for CSS use.
  • QR Generator — generate QR codes.
  • Cron Parser — explain cron expressions.
  • Timestamp Converter — convert timestamps and dates.