jobj: JSON Object

View source: R/render.R

jobjR 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)
}

ambiorix documentation built on April 3, 2025, 9:34 p.m.