You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-15 22:50:24 +02:00
add Any GetInterface
This commit is contained in:
@ -42,4 +42,8 @@ func (any *nilAny) WriteTo(stream *Stream) {
|
||||
|
||||
func (any *nilAny) Parse() *Iterator {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (any *nilAny) GetInterface() interface{} {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user