You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-21 23:07:33 +02:00
lazy array get
This commit is contained in:
@ -34,8 +34,4 @@ func (any *nilAny) ToFloat64() float64 {
|
||||
|
||||
func (any *nilAny) ToString() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (any *nilAny) Get(path ...interface{}) Any {
|
||||
return &invalidAny{}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user