Closed dablelv closed 1 year ago
Because you can just do json.Marshal()
in Go. 🤷♂️ JSON isn't really strongly typed.
Because you can just do
json.Marshal()
in Go. 🤷♂️ JSON isn't really strongly typed.
Thanks reply. I also have another question. Why I cant'f find the frontend codes in your repo mholt/json-to-go?
It's on the gh-pages branch
I want to convert a go struct to json, but I can't find a good online tool. Why this tool don't support reverse conversion, i.e. coverting go struct to json?