mirror of https://github.com/goccy/go-json.git
Merge pull request #341 from orisano/fix/#340
fix: incorrect handling on skipValue
This commit is contained in:
commit
1960b8569c
|
@ -423,7 +423,6 @@ func (s *Stream) skipValue(depth int64) error {
|
|||
continue
|
||||
} else if c == nul {
|
||||
if s.read() {
|
||||
s.cursor-- // for retry current character
|
||||
_, cursor, p = s.stat()
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue