Hacker News new | ask | show | jobs
by muzzammildotxyz 2956 days ago
No, I meant the readability in .json file. Should I care for that anyway?

Also, great website! :D

2 comments

https://golang.org/pkg/encoding/json/#MarshalIndent if you want to "pretty print" the json output
That's great! :D Thanks!
You don’t have to worry about that and don’t have to manually format it.