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
Support dicts in parameter values. (#142)
* In dictionaries, keys need to _not_ be quoted.
* We process parameter values recursively, so that (nested) lists and dicts are handled.