You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-12-20 23:30:38 +02:00
Any Get will never return nil
This commit is contained in:
@@ -22,6 +22,10 @@ func (any *floatLazyAny) Parse() *Iterator {
|
||||
return iter
|
||||
}
|
||||
|
||||
func (any *floatLazyAny) ValueType() ValueType {
|
||||
return Number
|
||||
}
|
||||
|
||||
func (any *floatLazyAny) fillCache() {
|
||||
if any.err != nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user