Skip to content

[Feature Request] List JSON collections "_id" property into Function List. #2045

@diogocasado

Description

@diogocasado

When dealing with JSON files to be imported into mongodb for example, it would be super nice to see a Function List being populated with all objects with "_id". Example bellow:

Functions: MyObj1, MyObj2

{
    "_id": "MyObj1",
    "property": {
    }
}
{
    "_id": "MyObj2",
    "property": {
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions