Convert TOML configuration into JSON or generate TOML from JSON without uploading the source. The tool flags representation differences because JSON cannot preserve TOML comments and every TOML-specific type.
Comments are not preserved, TOML dates become JSON strings, and integers outside JavaScript’s safe range are rejected rather than silently rounded. A byte-for-byte round trip is not promised.