Open
Description
It'd be great to have access to an annotation type "meta" or some other way to easily access the Meta information from a JSON API document.
Currently I'm unmarshaling twice: once into OnePayload
via encoding/json
and again via the jsonapi unmarshal methods. It'd be wonderful to button this up.