Skip to content

Serialise form data bug #2

@pdscopes

Description

@pdscopes

When you have a input name like foo[8.8.8.8] serialising the form data into JSON creates:

{
  "foo": {"8": {"8": {"8": {"8": "VALUE"}}}}
}```

Rather than the expected:
```json
{
  "foo": {"8.8.8.8": "VALUE"}
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions