34 #ifndef GRPC_INTERNAL_CORE_JSON_JSON_H
35 #define GRPC_INTERNAL_CORE_JSON_JSON_H
39 #include "src/core/json/json_common.h"
68 grpc_json* grpc_json_parse_string_with_len(
char* input,
size_t size);
69 grpc_json* grpc_json_parse_string(
char* input);
79 char* grpc_json_dump_to_string(
grpc_json* json,
int indent);
85 grpc_json* grpc_json_create(grpc_json_type type);