Skip to contents

tp_json takes a variable number of arguments and returns a json object.

Usage

tp_json(...)

Arguments

...

Variadic arguments (see details).

Value

A json object (S3).

Details

This function takes a variable number of arguments, so that users can pass as arguments either independent lists, or a single structured list of list (name_arg = value_arg).