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.
A26568656C6C6F6474686973626973A20103046A616E206578616D706C65
{
"hello": "this",
"is": {
1: 3,
2: "an example"
}
}
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:
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