Skip to contents

This will return field types from the JSON data object.

Usage

get_field_type(x)

Arguments

x

a list, i.e. a JSON data object

Value

field_types a list/vector, field type of each of the fields

Examples

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