Files
scylladb/json
Amnon Heiman 53745dc357 Adding a void_json object to the json_elements
There are cases where a handler that returns a json element needs to
return a successfull empty response. This is common in async operation.
Though it is legit to return an empty string in this situation, it is
cleaner to return an empty response.

This adds a json_void class, that a method that needs to return a value
(i.e. the json_function) can return and the formatter will set the
response to empty.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-07-14 11:22:32 +03:00
..
2015-06-03 10:01:00 +03:00
2015-06-03 10:01:00 +03:00
2015-03-08 21:55:57 +02:00