DEV Community

Discussion on: I've created the online tools platform

Collapse
 
bias profile image
Tobias Nickel

I always get a little shock when I see one of my colleagues past our json data into some online formatter. who knows what that page is storing behind the scene. When the chrome dev tools are very good to explore some nested json objects.

On my personal website I also wanted to add some more tools. but only got two so far.

fast-xml-parser online, that is basically a playground for my xml parser lib.

And Json to jsDoc types, when you reiceive some json to get a typedefinition. But there are other better online tools today for this. and also with typescript (what would be easy to add.).