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
...or maybe Value::Map should be backed by Vec<(Value, Value)> and the docs for get() etc. should let you know that for bigger maps it's gonna be slow and you can do .to_keystring_map or something if you need fast lookups.
To accomodate for YAML, for starters. JSON should still work.
The text was updated successfully, but these errors were encountered: