dotgetJSONValue: .getSymbol
Description
extracts and converts a JSON string
Usage
.getJSONValue(value, type)
Value
the parsed result: either Date, String or numeric
Arguments
- x
a list that is expected to have an item 'Symbol' and 'Type'
Details
extracts and converts a JSON string (including with Timezone)
from the item 'Symbol'
in the list x. the item is parsed from JSON into either a numeric,
string, or a R Date object