Android-cuttlefish cvd tool
Namespaces | Functions
json.cpp File Reference
#include <memory>
#include <string>
#include <string_view>
#include "cuttlefish/common/libs/fs/shared_buf.h"
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/json.h"
Include dependency graph for json.cpp:

Namespaces

namespace  cuttlefish
 

Functions

Result< Json::Value > cuttlefish::ParseJson (std::string_view input)
 
Result< Json::Value > cuttlefish::LoadFromFile (SharedFD json_fd)
 
Result< Json::Value > cuttlefish::LoadFromFile (const std::string &path_to_file)