Learn
These articles are static pages built from Markdown in the repository. They explain concepts and point to tools that run locally in your browser whenever the task allows.
.env files: syntax, merging, and secrets hygiene
How dotenv-style files are parsed, what happens when keys repeat or files merge, and practical rules for keeping credentials out of the wrong places.
Published: 2026-05-17
Read article →What is JSONPath?
A practical introduction to JSONPath—how to point at nested JSON, filters, and recursive descent—with links to LocalTools’ browser-only evaluator and formatter.
Published: 2026-05-17
Read article →Minifying JSON safely
What JSON minification changes, what it preserves, and when to validate or format again—using browser-only tools on LocalTools.
Published: 2026-05-17
Read article →Generating TypeScript types from sample JSON
How tools infer interfaces from example payloads, what one sample cannot prove, and how to tighten types after generation—all in the browser on LocalTools.
Published: 2026-05-17
Read article →Validating and formatting XML in the browser
What browser-based XML checking really means, how parsing differs from schema validation, and what to expect when you pretty-print or minify—without sending files to a server.
Published: 2026-05-17
Read article →What is TOML?
A plain-language introduction to TOML for config and metadata, how it differs from JSON and YAML, and how to validate it locally in your browser.
Published: 2026-05-17
Read article →What is JSON?
A plain-language introduction to JSON for developers and data wranglers, with a link to LocalTools’ browser-only formatter.
Published: 2026-05-16
Read article →JSON vs YAML for config
When YAML shines for human-edited config, when JSON is the safer default, and how to convert between them locally in your browser.
Published: 2026-05-16
Read article →