You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, this library supports interface-based documents of type map[string]interface{} and []interface{}. It would be useful to support any arbitrary struct-based or map[Stringer]anything-based document supported by encoding/json such as:
Right now, this library supports interface-based documents of type
map[string]interface{}
and[]interface{}
. It would be useful to support any arbitrarystruct
-based ormap[Stringer]anything
-based document supported byencoding/json
such as:With the pointer:
/Foo/Number
The text was updated successfully, but these errors were encountered: