fix: incorrect handling on skipValue

close #340
This commit is contained in:
Nao Yonashiro 2022-03-04 20:01:05 +09:00
parent 116e62dc84
commit accf52d695
1 changed files with 0 additions and 1 deletions

View File

@ -423,7 +423,6 @@ func (s *Stream) skipValue(depth int64) error {
continue continue
} else if c == nul { } else if c == nul {
if s.read() { if s.read() {
s.cursor-- // for retry current character
_, cursor, p = s.stat() _, cursor, p = s.stat()
continue continue
} }