Will try parsing the \p buffer and will invoke the appropriate callback on
success. Decodes one item at a time. No memory allocations occur.
@param buffer Input buffer
@param buffer_size Length of the buffer
@param callbacks The callback bundle
@param context An arbitrary pointer to allow for maintaining context.
Stateless decoder
Will try parsing the \p buffer and will invoke the appropriate callback on success. Decodes one item at a time. No memory allocations occur.
@param buffer Input buffer @param buffer_size Length of the buffer @param callbacks The callback bundle @param context An arbitrary pointer to allow for maintaining context.