dCBOR Diagnostic Parser and Composer for TypeScript
npm install @bcts/dcbor-parse> Disclaimer: This package is under active development and APIs may change.
@bcts/dcbor-parse provides tools for parsing and composing the CBOR diagnostic notation into dCBOR (Deterministic CBOR) data items.
It is intended for use in testing, debugging, and other scenarios where a human-readable representation of dCBOR is useful.
This TypeScript implementation is based on bc-dcbor-parse-rust v0.11.1 (commit).