What this developer tool does
The converter builds a nested object from TOML table paths and assignments, then serializes it with two-space JSON indentation. Array tables append one object for each repeated header.
Strings, numbers, booleans, dates, arrays, and inline tables are mapped locally. TOML comments are discarded because JSON has no comment syntax.
TOML dates remain strings and TOML-specific type distinctions may not survive JSON. Review consumers that depend on exact date, integer, or float semantics.