Do you have a bunch of JSON objects with no schema that you want to 
idiomatically unmarshall in Go? Existing JSON-to-Go struct generators take 
one object as input. This one takes all the JSON objects you can throw at 
it, be they API responses, unstructured JSON column values in a database, 
or a document dump from CouchDB or MongoDB. You get back the most-specific 
Go type that you can unmarshall all the observed values into with 
encoding/json.

  https://github.com/twpayne/go-jsonstruct

Feedback and improvements welcome :)

Tom


-- 
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/1b171f33-37d8-472a-b775-d2068f7c7f7d%40googlegroups.com.

Reply via email to