Skip to content

Decide what to do when a client sends an empty data structure #3

@carnage

Description

@carnage

Currently throws an exception if empty data is recieved consider how to handle following inputs:

^$ (empty input)
^""$ (empty string)
^"string"$ (string)
^75$ (number)
^[]$ (empty array)
^{}$ (empty object)

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions