1Bstr_obj = [{
2	"foo": uint,
3	"bar": bool,
4}]
5
6Yaml_compatibility_example = {
7	"bstr_hex" => bstr .size 8,
8	"bstr_obj" => bstr .cbor Bstr_obj,
9	"nonstandard_key" => {
10		[tstr] => [tstr]
11	},
12	"tagged" => #6.12345678(tstr),
13	"undefined" => undefined,
14}
15