Hi All,
I am trying to make yet another JSON formatting tool https://jsontoolbox.com
Although there are a lot of similar tools out there, JTB has a few unique features which arose because of my specific needs. For example ->
- Format/minify multiple JSON at the same time. Useful while debugging logs from multiple micro-services.
- Copy any subtree of JSON in a single click. Useful when debugging big JSON logs
- Copy minified JSON in a single click. Very useful when you are stubbing JSON data in your code.
- Automagically fix common JSON errors (like escaping new line chars, missing quotes in keys)
- Import Multiple JSON together.
- Change file name before downloading formatted JSON as a file.
I am trying to get feedback from the dev/product community if you find these features useful and what is one thing that you miss here that you'd find in some other tools?