Valid config
- [server]
- port=8080
- host=localhost
format validator
Validate INI snippets client-side to catch malformed config lines before they ship.
Parses INI client-side to surface malformed lines.
Reports counts of sections and keys when valid.
No data is uploaded or persisted.
Syntax validation only; does not enforce schema or business rules.