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

executor: adds support for anonymous contained structs #371

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2018

  1. Add test for fields in an anonymous contained struct

    These should behave similarly to the equivalent case in
    https://golang.org/pkg/encoding/json/
    Ariel Salomon authored and chris-ramon committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    4b30c52 View commit details
    Browse the repository at this point in the history
  2. Implement support for anonymous contained structs by extracting

    defaultResolveStruct from DefaultResolveFn
    Ariel Salomon authored and chris-ramon committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    d35d558 View commit details
    Browse the repository at this point in the history