void RESTRequest::addReplyContent(std::shared_ptr<JSONArray> jsonContent) { addReplyContent(jsonContent->serialize()); }
void RESTRequest::addReplyContent(boost::shared_ptr<JSONObject> jsonContent) { addReplyContent(jsonContent->serialize()); }