Configuration
- How I convert JSON, YAML, and TOML without changing the meaning
JSON, YAML, and TOML can represent similar configuration data, but they have different syntax and different traps. The JSON/YAML/TOML converters tool is useful because it lets me check the result in a small, controlled …
- How I read YAML without getting lost in indentation
YAML is readable when indentation is correct and confusing when it is not. A viewer helps validate and inspect the structure. The YAML Viewer tool is useful because it lets me check the result in a small, controlled …
- How I sort .env files without moving comments to the wrong place
A messy .env file makes configuration harder to review. Sorting helps, but comments and duplicates need care. The .env Key Sorter tool gives me a safe place to test the idea before I put it into a script, server, or …