19 #ifndef GRPC_CORE_LIB_JSON_JSON_COMMON_H
20 #define GRPC_CORE_LIB_JSON_JSON_COMMON_H
grpc_json_type
Definition: json_common.h:23
@ GRPC_JSON_NUMBER
Definition: json_common.h:27
@ GRPC_JSON_ARRAY
Definition: json_common.h:25
@ GRPC_JSON_NULL
Definition: json_common.h:30
@ GRPC_JSON_FALSE
Definition: json_common.h:29
@ GRPC_JSON_OBJECT
Definition: json_common.h:24
@ GRPC_JSON_TOP_LEVEL
Definition: json_common.h:31
@ GRPC_JSON_STRING
Definition: json_common.h:26
@ GRPC_JSON_TRUE
Definition: json_common.h:28