Skip to content

Can I move an object in find to another? #24

@SettingDust

Description

@SettingDust

Example:

{
    "array": [
        {
            "type": "__ID__",
            "value": [
                {
                    "type": "string",
                    "value": "123"
                },
                {
                    "type": "int",
                    "value": 1
                }
            ]
        }
    ]
}

Can I move the array.X.value to array when find the array.X.type matching?

{
    "array": [
        {
            "type": "string",
            "value": "123"
        },
        {
            "type": "int",
            "value": 1
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionThis issue asks a question

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions