Tag: syntax

2 article(s)

Filtered by#syntaxClear

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

How to Write JSON: A Complete Syntax Guide

Learn the correct way to write JSON with examples for every data type, nesting patterns, and common mistakes to avoid.

2026-03-20JSON#JSON#syntax