json_writer {epivizrChart} | R Documentation |
Currently this just renames toJSON
in the rjson
package.
json_writer(x, method = "C")
x |
object to write to json |
method |
method used to write json |
a string with JSON encoding of object
json_writer(1:10)