-
Notifications
You must be signed in to change notification settings - Fork 215
Embedded structs are not being serialized. #21
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
Comments
I don't believe the stdlib json parser even supports this. |
@shwoodard it does - json.Marshal(Bar{}) would result in json with Name, CreatedOn, ID, Last included. |
@xomaczar Wanna take a crack at this and send a PR? |
I'd like this too. Looks like you've started working on it. Anything we can do to help? |
I am running into this issue in my code. Has any more progress been made, or a workaround discovered? |
I think we should close this one? |
Hello! I can confirm that #78 works as expected. |
Any update for this issue? When do you think that the branch |
Marshaling Bar struct, ignores embedded fields from Foo (i.e. name, createdOn)
The text was updated successfully, but these errors were encountered: