Merge pull request #43 from rasmuserik/patch-1

Update table.csv: codes for CBOR and Protocol Buffers
This commit is contained in:
Jakub Sztandera 2017-05-05 17:39:58 +02:00 committed by GitHub
commit d4e8fceddc

View File

@ -17,10 +17,10 @@ base64, rfc4648, 0x
base64url, rfc4648, 0x base64url, rfc4648, 0x
serialization formats,, serialization formats,,
cbor, CBOR, 0x cbor, CBOR, 0x51
bson, Binary JSON, 0x bson, Binary JSON, 0x
ubjson, Universal Binary JSON, 0x ubjson, Universal Binary JSON, 0x
protobuf, Protocol Buffers, 0x protobuf, Protocol Buffers, 0x50
capnp, Cap-n-Proto, 0x capnp, Cap-n-Proto, 0x
flatbuf, FlatBuffers, 0x flatbuf, FlatBuffers, 0x
rlp, recursive length prefix, 0x60 rlp, recursive length prefix, 0x60

1 codec description code
17 cbor CBOR 0x 0x51
18 bson Binary JSON 0x
19 ubjson Universal Binary JSON 0x
20 protobuf Protocol Buffers 0x 0x50
21 capnp Cap-n-Proto 0x
22 flatbuf FlatBuffers 0x
23 rlp recursive length prefix 0x60
24 msgpack MessagePack 0x
25 binc Binc 0x
26 bencode bencode 0x63