完成简版value值获取
This commit is contained in:
@ -18,6 +18,8 @@ const (
|
||||
KeywordArrayEnd = "]"
|
||||
// KeywordColon 冒号
|
||||
KeywordColon = ":"
|
||||
// KeywordComma 逗号
|
||||
KeywordComma = ","
|
||||
// KeywordDot .
|
||||
KeywordDot = "."
|
||||
// KeywordDoubleQuote 双引号
|
||||
|
Reference in New Issue
Block a user