Skip to contents

This will return field names from the JSON data object.

Usage

get_field_names(x)

Arguments

x

a list, i.e. a JSON data object

Value

field_names a vector/list, of field names for JSON data object

Examples

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