# `JSONAPI.Utils.DataToParams`
[🔗](https://github.com/beam-community/jsonapi/blob/main/lib/jsonapi/utils/data_to_params.ex#L1)

Converts a Map representation of the JSON:API resource object format into a flat Map convenient for
changeset casting.

# `process`

```elixir
@spec process(map()) :: map()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
