Learn R Programming

civis (version 3.0.0)

json_values_get: Get details about a JSON Value

Description

Get details about a JSON Value

Usage

json_values_get(id)

Value

A list containing the following elements:

id

integer, The ID of the JSON Value.

name

string, The name of the JSON Value.

value

string, The deserialized JSON value.

Arguments

id

integer required. The ID of the JSON Value.