Skip to content

The original array of objects ended up not being correctly reduced, but understood as objects. #4

@shuiRong

Description

@shuiRong

Original in project

 "features": [
                {
                    "title": "Unlimited chatbots"
                },
                {
                    "title": "2,000,000 characters/month"
                }
]

Final restoration results

 "features": {
        "0": {
          "title": "Unlimited chatbots"
        },
        "1": {
          "title": "2,000,000 characters/month"
        }
}

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