View Source JSONAPIPlug.Document.JSONAPIObject (jsonapi_plug v1.0.1)

JSON:API Document JSON:API Object

Link to this section Summary

Link to this section Types

@type t() :: %JSONAPIPlug.Document.JSONAPIObject{
  meta: JSONAPIPlug.Document.meta() | nil,
  version: version()
}
@type version() :: :"1.0"

Link to this section Functions

@spec deserialize(JSONAPIPlug.Document.payload()) :: t() | no_return()