Skip to content

[Feature Request] Allow distinguishing between lists and objects #14

@alecb-stripe

Description

@alecb-stripe

It might be nice to support flattened paths that distinguish between list indexes and object keys.

E.g., this:

{
  "foo": {
    "0": ["bar", {"baz": "bam"}],
  }
}

might be flattened to:

{
  "foo.0[0]": "bar",
  "foo.0[1].baz": "bam",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions