Debugging JSON can get really complicated especially when they are huge, so using the JSONverify will make the process of debugging much simpler and faster. Also, the application can be sued to format JSON objects.
But why? You have this in probably any IDE. I use VS Code for such JSON validation.
At first I understood that you validate JSON, but in a way that you search for the properties you are expecting. Or you maybe have some structure and look for it.
@konrad_bujak I totally get you.
I work as a backend developer and found myself using online tools for validating or formatting json many times. I always try to build my own version of the tools I use online, I find it fun.
Thanks for the feedback.
I have built JSONverify after finding myself validating and formatting JSON objects almost every day in my backend development tasks, so I guess it would be fun to build a tool that does that myself.
JSONverify
RelaxFrens
JSONverify
JSONverify