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)
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)