For Vega and Vega-Lite, the translation between lists and JSON is a little
bit particular. This function, vw_as_json(), can be used to translate
to JSON; as_vegaspec() can be used to translate from JSON.
Usage
vw_as_json(spec, pretty = TRUE)
Arguments
spec
An object to be coerced to vegaspec, a Vega/Vega-Lite specification
pretty
logical indicates to use pretty (vs. minified) formatting