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
Currently, it will only inflate into vectors: :a.0.c "c" => {:a [{:c "c}]}
It would be nice to have something like :a.(0).c "c" => {:a '({:c "c})} or :a.[0].c "c" => {:a [{:c "c}]} to detect into which type of collection inflate values.