compact binary representation of json

后端 未结 6 1476
别跟我提以往
别跟我提以往 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:13

    Try to use the js-inflate to make and unmake blobs.

    https://github.com/augustl/js-inflate

    This is perfect and I use a lot.

提交回复
热议问题