Skip to content

encoding and decoding should support structs  #15

@ionous

Description

@ionous

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions