json_values_get {civis} | R Documentation |
Get details about a JSON Value
Description
Get details about a JSON Value
Usage
json_values_get(id)
Arguments
id |
integer required. The ID of the JSON Value. |
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. |
[Package civis version 3.1.2 Index]