# `JSONAPIPlug.QueryParser.Page`
[🔗](https://github.com/lucacorti/jsonapi_plug/blob/main/lib/jsonapi_plug/query_parser/page.ex#L1)

JSON:API 'page' query parameter parser

Since the specification does not define the format for the [JSON:API page](http://jsonapi.org/format/#fetching-filtering)
parameter, the default implementation just returns the value of 'page' as is.

---

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