Live data from Hacker News

JSON Hero: Enhanced JSON structure visualization

jsonhero.io

31–40 of 203 posts

Re: JSON Hero: Enhanced JSON structure visualization

#31
My number one requirement for a tool like this is that the JSON content never leaves the machine it's on.

I can only imagine the kind of personal information or proprietary internal data that has been unwittingly transmitted due to tools like this.

If my objective was to gain the secrets of various worldwide entities, one of the first things I would do is set up seemingly innocent Pastebins, JSON checkers, online file format convertors and permanently retain all submitted data.

Re: JSON Hero: Enhanced JSON structure visualization

#33
post #31

My number one requirement for a tool like this is that the JSON content never leaves the machine it's on. I can only imagine the kind of personal information or proprietary internal data that has been unwittingly transmitted due to tools like this. If my objective was to gain the secrets of various worldwide entities, one of the first things I would do is set up seemingly innocent Pastebins, JSON checkers, online fil…

Completely agree. I could actually get a lot of use out of a tool like this, but the fact that even the VSCode extension sends the JSON to their servers and opens it at a publicly accessible URL makes this a no-go for me. I wouldn't recommend anyone use this for any remotely sensitive data.

Re: JSON Hero: Enhanced JSON structure visualization

#35
post #30

I just want JSON with comments. I don't want YAML.

JSON5, and optionally it has trailing commas! It's all I use now.

More on JSON5 is here:

https://json5.org/

I like the comments and trailing commas too. It has a few other small improvements as well.

Re: JSON Hero: Enhanced JSON structure visualization

#36
post #33
post #31

My number one requirement for a tool like this is that the JSON content never leaves the machine it's on. I can only imagine the kind of personal information or proprietary internal data that has been unwittingly transmitted due to tools like this. If my objective was to gain the secrets of various worldwide entities, one of the first things I would do is set up seemingly innocent Pastebins, JSON checkers, online fil…

Completely agree. I could actually get a lot of use out of a tool like this, but the fact that even the VSCode extension sends the JSON to their servers and opens it at a publicly accessible URL makes this a no-go for me. I wouldn't recommend anyone use this for any remotely sensitive data.

the extension apparently can be configured to use a locally running instance of the server. But yes, by default it uses the remote version, and thus you post publicly the json, which may or may not be ideal depending on what you're doing.

Re: JSON Hero: Enhanced JSON structure visualization

#38
post #5

I like it, but don't love that it's a web app. I guess I could fork it myself, but don't particularly want to have to run a web app to browser JSON either. I wonder how easy it would be to port to Electron.

You are aware that Electron is just a stripped down browser, right?

Re: JSON Hero: Enhanced JSON structure visualization

#39
post #36
post #33

Earlier quoted context omitted.

Completely agree. I could actually get a lot of use out of a tool like this, but the fact that even the VSCode extension sends the JSON to their servers and opens it at a publicly accessible URL makes this a no-go for me. I wouldn't recommend anyone use this for any remotely sensitive data.

the extension apparently can be configured to use a locally running instance of the server. But yes, by default it uses the remote version, and thus you post publicly the json, which may or may not be ideal depending on what you're doing.

The fact that it needs a server at all seems unnecessary. It's all written in JavaScript, and isn't doing anything that couldn't be done in a browser, I see no reason why this can't be an entirely client-side application.

Re: JSON Hero: Enhanced JSON structure visualization

#40
post #31

My number one requirement for a tool like this is that the JSON content never leaves the machine it's on. I can only imagine the kind of personal information or proprietary internal data that has been unwittingly transmitted due to tools like this. If my objective was to gain the secrets of various worldwide entities, one of the first things I would do is set up seemingly innocent Pastebins, JSON checkers, online fil…

Just set up an online HL7 or better yet CCDA parser and let the PHI roll in.
Post reply on HN