The BSON protocol handler parses BSON documents.

Options

none

Example

PQL

json = ACCESS({
    source='json', 
    wrapper='GenericPull',
    transport='File',
    protocol='BSON',
    dataHandler='KeyValueObject',   
    options=[['filename','scrobbles-2006-10.json']]
})