This will return the data from the JSON data object.
Arguments
- x
a list, i.e. a JSON data object
Value
data a list, data from the JSON data object
Examples
if (FALSE) { # \dontrun{
###Return data from a JSON data object (obtained using get_JSON_doc())
get_data(x = JSON_doc)
} # }