some question of how to generate the keys:
struct type in the signature, or bare.
upper vs lower case.
ex.
struct Outer {
Field String
}
Marshal(&Outer{Field:"Hello"})
should that generate: Outer:field: "hello",Field: "hello", or something in between.