SYNOPSIS
# Transform a Catmandu MARC 'record' into a MARC-in-JSON record
marc_in_json()
# Optionally provide a pointer to the marc record
marc_in_json(record:record)
# Reverse, transform a MARC-in-JSON record into a Catmandu MARC record
marc_in_json(reverse:1)