Given a JSON file of features to annotations, reverse to turn it into annotations to features, and optionally add some meta-information about them.
Usage
json_annotation_reversal(
json_file,
out_file = "annotations.json",
feature_type = NULL,
annotation_type = NULL
)