11#include <google/protobuf/util/json_util.h>
12#include <physiology/modules/messages/status.pb.h>
14namespace presage::smartspectra {
23std::string BuildJsonEnvelope(
24 const std::string& type,
25 const std::string& json_payload,
34std::string BuildStatusPayload(
const presage::physiology::StatusValue& status);
41std::string JsonEscape(
const std::string& value);
47const google::protobuf::util::JsonPrintOptions& GetJsonOptions();