Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding and decoding should support structs #15

Open
ionous opened this issue Nov 17, 2023 · 0 comments
Open

encoding and decoding should support structs #15

ionous opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ionous
Copy link
Owner

ionous commented Nov 17, 2023

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.

@ionous ionous added the enhancement New feature or request label Dec 7, 2023
@ionous ionous changed the title encoding should support structs encoding and decoding should support structs Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant