package jsontypes import ( "encoding/json" ) type Location struct { json.RawMessage }