Android-cuttlefish cvd tool
Namespaces | Functions
json.cpp File Reference
#include "cuttlefish/common/libs/utils/json.h"
#include <fcntl.h>
#include <memory>
#include <string>
#include <string_view>
#include "json/config.h"
#include "json/reader.h"
#include "json/value.h"
#include "cuttlefish/common/libs/fs/fd.h"
#include "cuttlefish/io/reader.h"
#include "cuttlefish/io/string.h"
#include "cuttlefish/result/result.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 (Reader &json_reader)
 
Result< Json::Value > cuttlefish::LoadFromFile (const std::string &path_to_file)