Description:
Extend the existing SAX-style parsing API in join to support CBOR in addition to JSON and MessagePack.
Goals:
Parse CBOR streams using the SAX API callbacks.
Maintain the same event-driven interface.
Support full data types: integers, floats, strings, arrays, maps, booleans, null, byte strings.
Description:
Extend the existing SAX-style parsing API in join to support CBOR in addition to JSON and MessagePack.
Goals:
Parse CBOR streams using the SAX API callbacks.
Maintain the same event-driven interface.
Support full data types: integers, floats, strings, arrays, maps, booleans, null, byte strings.