2 Star 0 Fork 0

mirrors_keybase/node-bjson-core

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
const.js 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maxwell Krohn 提交于 2014-05-21 03:35 +08:00 . add self-describing encoding
// Generated by IcedCoffeeScript 1.7.1-b
(function() {
var Enum;
Enum = require('iced-utils')["enum"].Enum;
exports.C = {
encodings: new Enum({
json: 1,
msgpack: 2,
msgpack64: 3
}),
version: {
V1: 1
}
};
}).call(this);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_keybase/node-bjson-core.git
git@gitee.com:mirrors_keybase/node-bjson-core.git
mirrors_keybase
node-bjson-core
node-bjson-core
master

搜索帮助