Hello gophers,
I found an interesting project: https://github.com/mholt/json-to-go ,
which translate given json data into golang struct definition, it's very
useful when dealing with complex json
It's written in javascript, but maybe a golang version is useful when
doing some works like code generation, so I ported it to golang:
https://github.com/kumakichi/json-to-go
Any feedback are appreciated.
sanye
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/96824a43-6c64-5b7c-0b05-b11227f1bfc3%40gmail.com.