|
@@ -18,6 +18,7 @@ type Any interface {
|
|
|
SetArray(newList []Any) bool
|
|
SetArray(newList []Any) bool
|
|
|
GetObject() map[string]Any
|
|
GetObject() map[string]Any
|
|
|
SetObject(map[string]Any) bool
|
|
SetObject(map[string]Any) bool
|
|
|
|
|
+ GetInterface() interface{}
|
|
|
WriteTo(stream *Stream)
|
|
WriteTo(stream *Stream)
|
|
|
Parse() *Iterator
|
|
Parse() *Iterator
|
|
|
}
|
|
}
|