···2233DAG-CBOR codec that deals in AT Protocol's HTTP wire format.
4455+- Only JSON types are recognized and nothing else (sorta), this means:
66+ - No `Map` objects, it will always be plain objects with string keys
77+ - No `undefined` values, it will be skipped or will throw an error
88+- No tagged value support other than CID, which gets converted to a cid-link interface
99+- Same goes for byte arrays, gets converted to a byte interface
1010+511```ts
612import { encode } from '@atcute/cbor';
713