Table of Contents
borabora is a CBOR skip-scan parser and generator library. In difference to other existing CBOR libraries, borabora handles parsing and data extraction (deserialization) as lazy as possible. While writing CBOR values, borabora goes the other way around and emits the bytes immediately, therefore elements can be directly sent to sockets. Another difference is the way borabora extracts data using queries. |