diff --git a/syntax.go b/syntax.go index 9491e35..b238cbc 100644 --- a/syntax.go +++ b/syntax.go @@ -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, 下一个必定是取值