Skip to content

Notation of CBOR encoded structures #34

Description

@martijnharing

When we have examples in the specification of CBOR-encoded structures they need to way to be put in the specification. This issue is to determine how to do that.

For example how do show structures like:

A26568656C6C6F6474686973626973A20103046A616E206578616D706C65

{
  "hello": "this",
  "is": {
    1: 3,
    2: "an example"
   } 
}

My proposal would be to start from CDN, as described in section 8 of https://datatracker.ietf.org/doc/html/rfc8949 and further defined in https://datatracker.ietf.org/doc/html/draft-ietf-cbor-edn-literals-27

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions