View Source JSONAPIPlug.Plug.Params (jsonapi_plug v2.0.0)
Plug for parsing the JSON:API Document in requests
It parses the JSON:API
document in the request body to a JSONAPIPlug.Document
struct,
notmalizes it and stores params in the Plug.Conn
private assigns for later use.