You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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