You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: (#22 (comment))
The text was updated successfully, but these errors were encountered: