NAME

Catmandu::Fix::marc_in_json - transform a Catmandu MARC record into MARC-in-JSON

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)

DESCRIPTION

Convert the MARC record into MARC-in-JSON format

SEE ALSO

Catmandu::Fix