|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
#include <string>#include <string_view>#include <absl/status/statusor.h>#include <nlohmann/json_fwd.hpp>#include "a11/data/types.h"Go to the source code of this file.
Namespaces | |
| namespace | a11 |
| namespace | a11::data |
Functions | |
| absl::StatusOr< Json > | a11::data::WireMessageToJsonValue (const WireMessage &message) |
| absl::StatusOr< std::string > | a11::data::WireMessageToJson (const WireMessage &message) |
| absl::StatusOr< WireMessage > | a11::data::WireMessageFromJsonValue (const nlohmann::json &value) |
| absl::StatusOr< WireMessage > | a11::data::WireMessageFromJson (std::string_view encoded) |