GRPC C++  1.39.1
Functions
json_util.cc File Reference
#include <grpc/support/port_platform.h>
#include <string.h>
#include "absl/strings/str_cat.h"
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/security/util/json_util.h"

Functions

const char * grpc_json_get_string_property (const grpc_core::Json &json, const char *prop_name, grpc_error_handle *error)
 
bool grpc_copy_json_string_property (const grpc_core::Json &json, const char *prop_name, char **copied_value)
 

Function Documentation

◆ grpc_copy_json_string_property()

bool grpc_copy_json_string_property ( const grpc_core::Json json,
const char *  prop_name,
char **  copied_value 
)

◆ grpc_json_get_string_property()

const char* grpc_json_get_string_property ( const grpc_core::Json json,
const char *  prop_name,
grpc_error_handle error 
)