To elaborate on my personal use-case: I would like to be able to define a struct's default values via a JSON object... To do this I would like to use gojson to first create the struct and then use another process to read in the object again to determine the default values, ie:
value
should be parsed as a float64, buttimestamp
should be an int64.This comes from @nstogner: (https://github.com/ChimeraCoder/gojson/pull/22#issuecomment-248996855)