powered by
Adds the parsed object as the json element of the request object.
json
mw_json(type = "application/json", simplifyVector = FALSE, ...)
Content type to match before parsing. If it does not match, then the request object is not modified.
Whether to simplify lists to vectors, passed to jsonlite::fromJSON().
jsonlite::fromJSON()
Arguments to pass to jsonlite::fromJSON(), that performs the JSON parsing.
Handler function.
Other middleware: mw_etag(), mw_log(), mw_multipart(), mw_raw(), mw_static(), mw_text(), mw_urlencoded()
mw_etag()
mw_log()
mw_multipart()
mw_raw()
mw_static()
mw_text()
mw_urlencoded()
# NOT RUN { app <- new_app() app$use(mw_json()) app # }
Run the code above in your browser using DataLab