serializer_json {plumber} | R Documentation |
Serializers are used in Plumber to transform the R object produced by a filter/endpoint into an HTTP response that can be returned to the client. See here for more details on Plumber serializers and how to customize their behavior.
serializer_json() serializer_unboxed_json() serializer_content_type(type) serializer_html() serializer_htmlwidget()
type |
The value to provide for the |