it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

Something like YAML Lint, Jsonlint

Open smit-io opened this issue 1 year ago • 2 comments
trafficstars

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.

smit-io avatar Nov 24 '23 06:11 smit-io

PR for yaml: https://github.com/CorentinTh/it-tools/pull/779

lovesinatra avatar Nov 27 '23 22:11 lovesinatra

Hi @lovesinatra, @smit-io and @CorentinTh, added better validation/linting in https://github.com/CorentinTh/it-tools/pull/957

sharevb avatar May 20 '24 18:05 sharevb