
复制If the value is a JSON object,再批
its binary representation will have a header that contains: - the member count - the sizeof the binary value in bytes - a list of pointers to each key - a list of pointers to each value The actual keys andvalues will come after the header, in the same orderasin the header. Similarly, if the value is a JSON array, the binary representation will have a header with - the element count - the sizeof the binary value in bytes - a list of pointers to each value 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.
(责任编辑:应用开发)