Please enable JavaScript in your browser!
首頁
探索
說明
註冊
登入
shanpin
/
chat-server
關註
3
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
bf846a7082
分支列表
標籤列表
base1119
dec-beans
dev
master
chat-server
/
qq-imsvr
/
node_modules
/
json5
/
test
/
parse-cases
/
misc
chensenlai
10988628a0
语音房项目初始化
5 年之前
..
empty.txt
10988628a0
语音房项目初始化
5 年之前
npm-package.json
10988628a0
语音房项目初始化
5 年之前
npm-package.json5
10988628a0
语音房项目初始化
5 年之前
readme-example.json5
10988628a0
语音房项目初始化
5 年之前
valid-whitespace.json5
10988628a0
语音房项目初始化
5 年之前
readme-example.json5
{
foo: 'bar',
while: true,
this: 'is a \
multi-line string',
// this is an inline comment
here: 'is another', // inline comment
/* this is a block comment
that continues on another line */
hex: 0xDEADbeef,
half: .5,
delta: +10,
to: Infinity, // and beyond!
finally: 'a trailing comma',
oh: [
"we shouldn't forget",
'arrays can have',
'trailing commas too',
],
}