as_json {lambdr}R Documentation

Convert an object to JSON

Description

This function effectively wraps toJSON with two hardcoded arguments:

Usage

as_json(x, ...)

Arguments

x

R object to be converted to JSON.

...

additional arguments (except auto_unbox and null) passed to toJSON

Details

Value

character of class "json"


[Package lambdr version 1.2.5 Index]