A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
json.h File Reference
#include <string>
#include <string_view>
#include <absl/status/statusor.h>
#include <nlohmann/json_fwd.hpp>
#include "a11/data/types.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  a11
 
namespace  a11::data
 

Functions

absl::StatusOr< Jsona11::data::WireMessageToJsonValue (const WireMessage &message)
 
absl::StatusOr< std::string > a11::data::WireMessageToJson (const WireMessage &message)
 
absl::StatusOr< WireMessagea11::data::WireMessageFromJsonValue (const nlohmann::json &value)
 
absl::StatusOr< WireMessagea11::data::WireMessageFromJson (std::string_view encoded)