Tag: YAML

9 article(s)

Filtered by#YAMLClear

Markdown Frontmatter YAML to JSON — 5 SSGs, 5 YAML Traps, No Upload

Convert Markdown frontmatter YAML to JSON in the browser. SSG matrix for Hugo, Jekyll, Astro, Next.js, Eleventy, 5 breaking types (Norway problem, dates, anchors), JSON→YAML round-trip.

2026-06-22YAML#Markdown#frontmatter

JSON vs YAML vs CSV vs Markdown: Data Format Comparison Cheatsheet

Compare JSON, YAML, CSV, and Markdown in one page: decision matrix, feature comparison, comment support, parser ecosystem, LLM context guidance, and browser-side conversion between all four formats.

2026-06-18JSON#JSON#YAML

YAML Syntax Guide: Indentation, Lists, Types, and Fixing 'Forbidden Block Composed Value'

Learn YAML syntax with examples for indentation, lists, maps, strings, booleans, and nulls. Includes fixes for parser errors in JetBrains/IntelliJ ("forbidden to specify block composed value at the same line as key"), Kubernetes, Docker Compose, and CI files.

2026-04-13YAML#YAML#syntax

Chrome Extension to Convert JSON, YAML & CSV

A Chrome extension that converts YAML, CSV, Markdown and HTML as well as formatting JSON, from the toolbar. No host permissions, everything runs locally.

2026-03-20Chrome extension#Chrome Extension#JSON

formatarc — Format JSON, YAML & CSV from the Terminal (npm / npx)

Run npx formatarc to format JSON, convert YAML, CSV, Markdown, and HTML from your terminal. Import it as an API in Node.js projects — no browser needed.

2026-03-20CLI#JSON#YAML

What Is YAML? Syntax, Comments & Practical Examples

YAML basics for beginners: indentation, arrays, comments, and how Kubernetes and GitHub Actions use it. Validate YAML in your browser.

2026-03-20YAML#YAML#beginners

YAML vs JSON in 2026: 7 Key Differences and When to Use Each

YAML vs JSON in 2026: compare comments, types, anchors, speed, LLM token cost, and pitfalls. Choose YAML for config, JSON for APIs.

2026-03-19YAML#YAML#JSON

Convert YAML to JSON — Python, yq, Browser (Avoid 8 Gotchas)

Convert YAML to JSON three ways: Python one-liner, yq CLI, and browser tool (no upload, no install). Covers 8 conversion gotchas (Norway problem, multi-document YAML, anchors expansion, comments lost), NDJSON streaming, and CI/CD automation.

2026-03-17YAML#YAML#JSON

Convert JSON to YAML — Kubernetes, Docker Compose, Ansible (Browser & CLI)

Convert JSON to YAML for Kubernetes manifests, Docker Compose, Helm values, and Ansible playbooks. Browser tool (no upload), yq, Python, Node.js, Go. Preserves key order, handles block scalars, multi-document output, string quoting, and the Norway problem.

2026-03-15JSON#JSON#YAML