Skip to content

JSON with a dot in it's key is not parsed correctly #1173

Closed
@tomaskikutis

Description

@tomaskikutis

When sending a request with JSON payload having a dot in the key, eve creates a sub dictionary:
{"hello.world": true} parses to {"hello": {"world": true}}

Environment: Ubuntu 16.04, Python 3.6.5, Eve 0.7.8

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions