GRPC C++  1.26.0
Data Fields
grpc_json Struct Reference

#include <json.h>

Data Fields

struct grpc_jsonnext
 
struct grpc_jsonprev
 
struct grpc_jsonchild
 
struct grpc_jsonparent
 
grpc_json_type type
 
const char * key
 
const char * value
 
bool owns_value
 

Field Documentation

◆ child

struct grpc_json* grpc_json::child

◆ key

const char* grpc_json::key

◆ next

struct grpc_json* grpc_json::next

◆ owns_value

bool grpc_json::owns_value

◆ parent

struct grpc_json* grpc_json::parent

◆ prev

struct grpc_json* grpc_json::prev

◆ type

grpc_json_type grpc_json::type

◆ value

const char* grpc_json::value

The documentation for this struct was generated from the following file: