From 34d4500e24fe6c1711387863f25933d9009e6677 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 17 Jan 2024 01:24:48 +0300 Subject: [PATCH] binary_json_spec.md update (cdocument explanation) --- src/coders/binary_json_spec.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/coders/binary_json_spec.md b/src/coders/binary_json_spec.md index 4e694247..e7b6f450 100644 --- a/src/coders/binary_json_spec.md +++ b/src/coders/binary_json_spec.md @@ -36,7 +36,8 @@ value = %x01 document / %x0A boolean 'false' / %x0B boolean 'true' / %x0C null value -cdocument = %x1F %x8B (16*byte) gzip-compressed document +cdocument = %x1F %x8B (16*byte) gzip-compressed data: + %x01 document cstring = (*%x01-FF) %x00 string = uint32 (*byte) uint32 stores number of the encoded string bytes