tp_json
takes a variable number of arguments and returns a json object.
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).