完成简版value值获取

This commit is contained in:
2023-03-30 12:26:17 +08:00
parent 9bbd781a1f
commit 7530e07e7a
3 changed files with 52 additions and 2 deletions

View File

@ -18,6 +18,8 @@ const (
KeywordArrayEnd = "]"
// KeywordColon 冒号
KeywordColon = ":"
// KeywordComma 逗号
KeywordComma = ","
// KeywordDot .
KeywordDot = "."
// KeywordDoubleQuote 双引号