增加TODO备注
This commit is contained in:
parent
f82ae6893c
commit
aa36f44849
@ -109,7 +109,7 @@ func (s *syntax) generateJSONNode(currentLexicalIdx int) (*jsonNode, int, error)
|
||||
currentLexicalIdx++
|
||||
if s.lexicalResult[currentLexicalIdx].IsToken &&
|
||||
s.lexicalResult[currentLexicalIdx].ValStr() != keyLeftRightToken {
|
||||
// 是关键字, 且不是 " 号 , 说明不是简单KV, 后续具体处理
|
||||
// TODO : 是关键字, 且不是 " 号 , 说明不是简单KV, 后续具体处理
|
||||
return generateJSONNode, currentLexicalIdx, nil
|
||||
}
|
||||
// 简单KV, 下一个必定是取值
|
||||
|
Loading…
Reference in New Issue
Block a user