You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-24 23:16:47 +02:00
#61 remove stringLazyAny
This commit is contained in:
@ -171,13 +171,6 @@ func (iter *Iterator) readNumberAny(positive bool) Any {
|
||||
}
|
||||
}
|
||||
|
||||
func (iter *Iterator) readStringAny() Any {
|
||||
iter.startCapture(iter.head - 1)
|
||||
iter.skipString()
|
||||
lazyBuf := iter.stopCapture()
|
||||
return &stringLazyAny{baseAny{}, iter.cfg, lazyBuf, nil, ""}
|
||||
}
|
||||
|
||||
func (iter *Iterator) readObjectAny() Any {
|
||||
iter.startCapture(iter.head - 1)
|
||||
iter.skipObject()
|
||||
|
Reference in New Issue
Block a user