You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* working version
* fix text
* combine test files
* move private funcs to bottom
* ErrInvalidType should ignore interfaces
* replace MarshalOnePayload w/ MarshalPayload; fix bug w/ node merge()
* minor tweaks; address a couple comments
* decompose unmarshalNode() to smaller funcs; unmarshal should go from top-level to embedded
* deep copy the node when passing relation/sideloaded notes to unmarshal()
* add some comments and do some additional cleanup
* add test uses annotationIgnore
* implement support for struct fields that implement json.Marshaler/Unmarshaler
* add additional test that compares marshal/unmarshal behavior w/ standard json library
* add support for pointer embedded structs
* Revert "implement support for struct fields that implement json.Marshaler/Unmarshaler"
This reverts commit deeffb7.
0 commit comments