|
| nlohmann::json | a11::data::Binary (std::string_view bytes) |
| | Wrap arbitrary bytes as a MessagePack binary JSON value.
|
| |
| absl::StatusOr< std::string > | a11::data::GetBinary (const nlohmann::json &value, std::string_view field_name) |
| | Read a binary JSON value, naming field_name in any validation error.
|
| |
| absl::StatusOr< std::string > | a11::data::PackStatus (const absl::Status &status) |
| | Encode a structured Abseil status for action and transport status fields.
|
| |
| absl::StatusOr< absl::Status > | a11::data::UnpackStatus (std::string_view bytes) |
| | Decode a structured status without losing A11 status details.
|
| |