A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
json.cc File Reference
#include "a11/data/json.h"
#include <cstdint>
#include <exception>
#include <limits>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <absl/status/status.h>
#include <absl/status/statusor.h>
#include <absl/strings/escaping.h>
#include <absl/strings/str_cat.h>
#include <absl/time/time.h>
#include <nlohmann/json.hpp>
#include "a11/data/types.h"

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 Json &value)
 
absl::StatusOr< WireMessagea11::data::WireMessageFromJson (std::string_view encoded)