logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cbordump - tinycbor Concise Binary Object Representation (CBOR) library

Description

       Interprets FILEs as CBOR binary data and dumps the content to stdout.

Name

       cbordump - tinycbor Concise Binary Object Representation (CBOR) library

Options

-c     Print a CBOR dump (see RFC 7049) (default)

       -j     Print a JSON equivalent version

       -h     Print this help output and exit

   WhenJSONoutputisactive,thefollowingoptionsarerecognized:-M     Add metadata so converting back to CBOR is possible

       -O     Convert CBOR tags to JSON objects

       -S     Stringify non-text string map keys

       -U     Convert all CBOR byte strings to Base64url regardless of tags

   WhenCBORdumpisactive,thefollowingoptionsarerecognized:-f     Show text and byte string fragments

       -n     Show overlong encoding of CBOR numbers and length

cbordump 0.6.0                                    February 2025                                      CBORDUMP(1)

Synopsis

cbordump [OPTION]... [FILE]...

See Also