Skip to content

Inflate into list or vectors #2

Description

@roboli

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions