<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>yamltojsonfree — YAML guides</title>
		<link>https://yamltojsonfree.com/</link>
		<atom:link href="https://yamltojsonfree.com/rss.xml" rel="self" type="application/rss+xml" />
		<description>Guides to YAML versions, parser error messages, and YAML to JSON conversion in code, from yamltojsonfree.com.</description>
		<language>en</language>
		<lastBuildDate>Mon, 07 Sep 2026 00:00:00 GMT</lastBuildDate>
		<item>
			<title>Fix “bad indentation of a mapping entry” (js-yaml)</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/bad-indentation-of-a-mapping-entry/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/bad-indentation-of-a-mapping-entry/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>js-yaml’s “bad indentation of a mapping entry” covers four different mistakes: a colon in a value, uneven sibling indentation, a key nested under a value, and a reserved character. Each with a fix.</description>
		</item>
		<item>
			<title>Fix “could not find expected &apos;:&apos;” in YAML</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/could-not-find-expected-colon/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/could-not-find-expected-colon/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>What “could not find expected &apos;:&apos;” means: a line that should be a key has no colon, or a value spilled onto the next line. Causes, the off-by-one line number, and fixes.</description>
		</item>
		<item>
			<title>Fix “did not find expected key” in YAML (kubectl, Helm, PyYAML)</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/did-not-find-expected-key/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/did-not-find-expected-key/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>What “did not find expected key” means, the indentation mistakes behind it, why the reported line is one below the problem, and how to fix each case.</description>
		</item>
		<item>
			<title>Fix “found character that cannot start any token” in YAML</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/found-character-that-cannot-start-any-token/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/found-character-that-cannot-start-any-token/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>This YAML error almost always means a tab was used for indentation. The other causes are a value starting with @ or a backtick. How to find the character and fix it.</description>
		</item>
		<item>
			<title>Fix “mapping values are not allowed in this context” in YAML</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/mapping-values-are-not-allowed-in-this-context/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/mapping-values-are-not-allowed-in-this-context/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>What “mapping values are not allowed in this context” means, the three mistakes that cause it, why the line number points at the wrong line, and the fix for each.</description>
		</item>
		<item>
			<title>Fix “yaml: control characters are not allowed” (kubectl, Helm)</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/control-characters-are-not-allowed/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/control-characters-are-not-allowed/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>What “control characters are not allowed” means in YAML, the invisible characters that cause it, how to find them with grep and cat -A, and how to strip them.</description>
		</item>
		<item>
			<title>kubectl “error converting YAML to JSON”: causes and fixes</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/error-converting-yaml-to-json/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/error-converting-yaml-to-json/</guid>
			<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
			<description>What kubectl and Helm mean by “error converting YAML to JSON: yaml: line N”, why the line number does not match your file, and the fix for each inner message.</description>
		</item>
		<item>
			<title>Common YAML errors</title>
			<link>https://yamltojsonfree.com/common-yaml-errors/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/common-yaml-errors/</guid>
			<pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
			<description>The six errors behind almost every failed parse — what each one means, why the parser complains, and the exact fix.</description>
		</item>
		<item>
			<title>Convert YAML to JSON in code</title>
			<link>https://yamltojsonfree.com/convert-yaml-to-json-in-code/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/convert-yaml-to-json-in-code/</guid>
			<pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
			<description>The command line and script equivalents of this site: yq, Python, Node.js, and Go — with the version gotchas each one carries.</description>
		</item>
		<item>
			<title>YAML 1.1 vs 1.2</title>
			<link>https://yamltojsonfree.com/yaml-1-1-vs-1-2/</link>
			<guid isPermaLink="true">https://yamltojsonfree.com/yaml-1-1-vs-1-2/</guid>
			<pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
			<description>Why country: NO becomes false in one version and stays a string in the other — the Norway problem, and every value that changes meaning.</description>
		</item>
	</channel>
</rss>
