HTML to Markdown Converter

HTML to Markdown Converter

Paste your HTML in the left panel and get clean Markdown output instantly — no sign-up, no server, everything runs in your browser. Need to preview your output? Try the Markdown Preview tool. Need to build a table from scratch? Use the Markdown Table Generator. 📄 Load Sample HTML ✕ Clear GitHub Flavored Markdown Reference-style links HTML Input0 chars Markdown Output 📋 Copy Markdown ...

May 16, 2025 · 1 min · 74 words · Productivity Works Editorial
HTTP Status Codes Reference

HTTP Status Codes — Quick Reference Guide

All 1xx Info 2xx Success 3xx Redirect 4xx Client Error 5xx Server Error No status codes match your search. ...

May 16, 2025 · 1 min · 41 words · Productivity Works Editorial
Image to Base64 Converter

Image to Base64 Converter — Data URI Tool

Convert any image to a Base64 data URI right in your browser — no upload, no server, completely private. 🖼 Drag & drop an image here, or click to select a file ...

May 16, 2025 · 2 min · 244 words · Productivity Works Editorial
JSON Diff Checker

JSON Diff Checker

Paste two JSON objects and instantly see every added, removed, or changed key — color-coded, with full dot-notation paths to each change. No server, no sign-up, no tracking. ⇄ Compare ⇅ Swap { } Format Left { } Format Right Load Sample Clear Left (Original) Right (Modified) Paste JSON into both panels and click Compare. How It Works The diff engine walks both JSON trees recursively. At each node it checks: ...

May 16, 2025 · 2 min · 288 words · Productivity Works Editorial
JSON Path Finder

JSON Path Finder — Tree Explorer

Paste any JSON and instantly explore its structure with an interactive tree view. Click any node to reveal its exact JSONPath expression in both dot notation and bracket notation — no plugins, no sign-up, runs entirely in your browser. Sample Presets User Object E-Commerce Order GitHub API Deep Nested Paste JSON 🔍 Explore Expand All Collapse All Clear Nodes: 0 Keys: 0 Arrays: 0 Max Depth: 0 Matches: 0 Dot Copy Bracket Copy Copy Value Paste JSON above and click Explore to begin. Copy Dot Path Copy Bracket Path Copy Value How to Use Paste JSON into the text area above (or pick a sample preset). Click Explore (or press Ctrl+Enter / Cmd+Enter). Click any node in the tree to see its JSONPath in dot and bracket notation. Use the Copy buttons to grab the path or value. Search to highlight nodes whose key or value matches your query. What Is JSONPath? JSONPath is a query language for JSON, analogous to XPath for XML. It lets you pinpoint values inside complex JSON documents using path expressions like $.user.address.city or $["items"][0]["price"]. JSONPath expressions are used in: ...

May 16, 2025 · 2 min · 276 words · Productivity Works Editorial
JSON Schema Generator

JSON Schema Generator — Free Online Tool

Generate Schema Validate JSON Schema Version: Draft-07 2020-12 Sample: — choose preset — User Object Product Catalog API Response Copy Schema Clear Input JSON Chars: 0 Lines: 1 Generated JSON Schema // Schema will appear here after clicking Generate Schema Edit Schema Properties Property Type Description Required Apply Edits & Regenerate Copied to clipboard! What is JSON Schema? JSON Schema is a vocabulary that allows you to annotate and validate JSON documents. It describes the structure of JSON data — what properties an object should have, what types those properties must be, which fields are required, and what formats or constraints apply. A schema acts as a contract between producers and consumers of JSON data, making APIs more predictable and enabling automated validation, documentation generation, and code generation. ...

May 16, 2025 · 3 min · 445 words · Productivity Works Editorial
JSON to CSV Converter

JSON to CSV Converter — Free Online Tool

Convert JSON arrays to CSV and CSV back to JSON — right in your browser. No server, no upload, no external libraries. JSON → CSV CSV → JSON Delimiter Comma ( , ) Semicolon ( ; ) Tab ( ⇥ ) Pipe ( | ) Include header row Flatten nested JSON JSON Input Load Sample Clear CSV Output Copy Download Convert ↓ Preview How to use Choose the conversion direction — JSON → CSV or CSV → JSON — using the tabs. Paste your data into the left panel (or click Load Sample to try it). Pick a delimiter and toggle header / flatten options as needed. Click Convert. Use Copy or Download to grab the result. Nested JSON When Flatten nested JSON is checked, nested objects are flattened using dot notation. For example: ...

May 16, 2025 · 1 min · 195 words · Productivity Works Editorial
JSON Validator & Formatter

JSON Validator & Formatter

✓ Validate ☰ Format ⇄ Minify ▶ Tree View ✕ Clear ↥ Upload JSON Indent: 2 spaces 4 spaces Tab Sample: — load sample — User object Array of items Nested structure 📁 Drop a .json file here, or click to browse ⓘ Paste or type JSON above, then click Validate or Format. Path: — INPUT OUTPUT Copy Tree View Raw Related Tools Convert JSON to CSV → JSON to CSV Converter Format HTML → HTML Beautifier Test regex patterns → Regex Tester ...

May 16, 2025 · 1 min · 83 words · Productivity Works Editorial
JWT Decoder

JWT Decoder — Token Inspector

🔒 Privacy first: All decoding happens entirely in your browser using JavaScript. Your token is never sent to any server. Signature verification is not performed — this tool is for inspection only. Paste JWT Token Load Sample JWT Clear Paste a JWT above to inspect it ...

May 16, 2025 · 1 min · 93 words · Productivity Works Editorial
Markdown Link Checker

Markdown Link Checker — Extract & Validate Links

Paste any Markdown text below to instantly extract every link, categorize it, detect broken formats, find duplicates, and export results as CSV or JSON. Paste Markdown Text Extract Links Clear # Link Text URL Type Flags Export CSV Export JSON Copy All URLs Related tools: ...

May 16, 2025 · 1 min · 194 words · Productivity Works Editorial