compact binary representation of json

后端 未结 6 1467
别跟我提以往
别跟我提以往 2020-12-28 17:42

Are there any compact binary representations of JSON out there? I know there is BSON, but even that webpage says \"in many cases is not much more efficient than JSON. In so

6条回答
  •  不思量自难忘°
    2020-12-28 18:37

    Another alternative that should be considered these days is CBOR (RFC 7049), which has an explicitly JSON-compatible model with a lot of flexibility. It is both stable and meets your open-standard qualification, and has obviously had a lot of thought put into it.

提交回复
热议问题