json_values_get {civis} | R Documentation |
Get details about a JSON Value
json_values_get(id)
id |
integer required. The ID of the JSON 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. |