From ab1b1964680618c74a3b6ee7869612c937458bde Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 9 Nov 2016 13:07:57 +0000 Subject: [PATCH] update codec table --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6842ea9..d1a2fb2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ bin, raw binary, 0x55 bases encodings base1, unary, 0x01 -base2, binary (0 and 1), 0x00 +base2, binary (0 and 1), 0x55 base8, octal, 0x07 base10, decimal, 0x09 base16, hexadecimal, 0x @@ -72,11 +72,9 @@ base64, rfc4648, 0x base64url, rfc4648, 0x serialization formats -json, , 0x -cbor, , 0x -bson, , 0x -bjson, , 0x -ubjson, , 0x +cbor, CBOR, 0x +bson, Binary JSON, 0x +ubjson, Universal Binary JSON, 0x protobuf, Protocol Buffers, 0x capnp, Cap-n-Proto, 0x flatbuf, FlatBuffers, 0x @@ -134,10 +132,6 @@ video formats mp4, , 0x mkv, , 0x -blockchain formats - -VCS formats - IPLD formats dag-pb, MerkleDAG protobuf, 0x70 dag-cbor, MerkleDAG cbor, 0x71