powered by
The default method of jsonlite::toJSON() returns values wrapped as vectors, e.g. {"x":[1]}. The smartsheets API complains about this, so we must remove it by using the auto_unbox parameter.
{"x":[1]}
to_json(...)
Passed on to toJSON