While working on a configuration-heavy project recently, I kept running into the same annoying problem. I'd receive TOML config files from teammates or clients, and I needed to quickly verify the structure, check for syntax errors, or convert them to JSON for debugging. Opening a terminal, installing a parser, and writing a script for a one-off check felt like overkill.
...Subscribe to DEV Community’s news feed.
Click on “Follow” and decide if you want to get news from DEV Community via RSS, as email newsletter, via mobile or on your personal news page.
Subscription to DEV Community comes without risk as you can unsubscribe instantly at any time.
You can also filter the feed to your needs via topics and keywords so that you only receive the news from DEV Community which you are really interested in. Click on the blue “Filter” button below to get started.
Title: DEV Community