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
Hey @s3rj1k, yes as long as the parsed structure contains map[string]interface{} map types and not map[interface{}]interface{}. If you're using gopkg.in/yaml.v3 then that will be the case unless there are non-string key types within your structure, which often isn't the case. However, earlier versions of gopkg.in/yaml are different in that they always parse map[interface{}]interface{} when provided an empty interface, which won't work with gabs.
Can I use this library for interacting with dynamic YAML?
The text was updated successfully, but these errors were encountered: