mholt / json-to-go

Translates JSON into a Go type in your browser instantly (original)
https://mholt.github.io/json-to-go/
MIT License
4.51k stars 475 forks source link

added Dockerfile #84

Closed acjohnson closed 4 years ago

acjohnson commented 4 years ago

In case others want to run this locally for privacy purposes

mholt commented 4 years ago

What are your privacy concerns?

And why does running it locally require Docker?

acjohnson commented 4 years ago

I don't want to paste (un)sanitized json across the interwebs in certain cases. Also there is no Docker requirement, just makes it easier to run IMO.

mholt commented 4 years ago

What you paste is not transmitted over the network; that's the point of this project, it all happens in your browser tab.

If you want to run it locally just open the HTML file in your browser.

Will close, thanks for understanding!