How to lint check your JSON files
Sharing a valuable tool I found for finding syntax and related errors
Introduction
In this quick post, I wanted to share a tool that I use often to validate JSON files.
I use this for checking ARM Templates when working within Azure. This can also be used for various .json files within .NET Applications. Anything that uses .json, this applies to.
Preview
Here’s an example of an invalid JSON file:
and the same file with the corrections:
Conclusion
This site is offered free of charge. If you found it useful, considering donating. The link can be found to the right of the ‘Validate JSON’ button.
My post is not sponsored, I’m simply sharing a tool I’ve found useful when curating various json files over time.
Thank you for reading!