jobj {ambiorix} | R Documentation |
JSON Object
Description
Serialises an object to JSON in res$render
.
Usage
jobj(obj)
Arguments
obj |
Object to serialise. |
Value
Object of class "jobj".
Examples
if (interactive()) {
l <- list(a = "hello", b = 2L, c = 3)
jobj(l)
}
[Package ambiorix version 2.2.0 Index]