The Bulk Exporter utility allows exporting all metadata and content associated with nodes in an Alfresco repository tree as line-delimited JSON files. It can be invoked programmatically via Java classes or REST calls, and from the Share UI. The output includes all properties, aspects, associations and other details for each node in a single-line JSON format. It was developed initially for large-scale Alfresco migrations but has other use cases like archiving, auditing and content publishing. The utility is designed with pluggable components to support different collection sources and output formats.