it-tools
it-tools copied to clipboard
Something like YAML Lint, Jsonlint
What tool do you want? Example: a tool to format and validate yaml, json and other file formats
Describe the solution you'd like A textbox where unformatted yaml or json is copied and a button to basically format it and make it beautiful. There are extensions in VScode but I found myself going to external websites when I am not on my computer.
Is their example of this tool in the wild? (https://www.yamllint.com/) https://jsonlint.com/
npm: js-yaml and jsonlint
Additional context Just wanted a quick way to format and validate json and yaml files when I am not at my pc.
PR for yaml: https://github.com/CorentinTh/it-tools/pull/779
Hi @lovesinatra, @smit-io and @CorentinTh, added better validation/linting in https://github.com/CorentinTh/it-tools/pull/957