You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the links! Just to note, validation - "this is correct enough to convert" - isn't the same as linting - "here's what's wrong, and how to fix it".
As an example, with the TOML to JSON converter, it only tells me the TOML is invalid. It doesn't tell me why, or what is wrong (the value should be quoted)
By comparison, this JSON linter identifies the issue (lack of a comma) and tells you what is expected, and where:
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
I used jsonlint.com pretty regularly, but I'd rather not send my json outside to find formatting issues.
Is their example of this tool in the wild?
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: