List software creators

list_creators(json)

Arguments

json

(list) Software metadata in JSON format

Value

(list) Software creators

Examples

# NOT RUN {
json <- get_json('http://imcr.ontosoft.org/repository/software')
list_creators(json)
# }