toJSON {jsonstat} | R Documentation |
Convert JSON-stat object into JSON-stat JSON string
Description
Convert JSON-stat object into JSON-stat JSON string
Usage
toJSON(x, auto_unbox)
Arguments
x |
JSON-stat object |
auto_unbox |
this flag marks atomic vectors in given list as a singleton, so it will not turn into an 'array' when encoded into JSON. FALSE by default. |
Value
JSON output
[Package jsonstat version 0.0.2 Index]