Skip to contents

This will return the data from the JSON data object.

Usage

get_data(x)

Arguments

x

a list, i.e. a JSON data object

Value

data a list, data from the JSON data object

Examples

if (FALSE) {
###Return data from a JSON data object (obtained using get_JSON_doc())
get_data(x = JSON_doc)
}