| 
    GRPC Core
    0.11.0.0
    
   | 
 
#include <string.h>#include <stdlib.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include "src/core/json/json.h"#include "src/core/json/json_reader.h"#include "src/core/json/json_writer.h"Data Structures | |
| struct | json_reader_userdata | 
| struct | json_writer_userdata | 
Macros | |
| #define | UNBOUND_JSON_STRING_LENGTH 0x7fffffff | 
Functions | |
| grpc_json * | grpc_json_parse_string_with_len (char *input, size_t size) | 
| grpc_json * | grpc_json_parse_string (char *input) | 
| char * | grpc_json_dump_to_string (grpc_json *json, int indent) | 
| #define UNBOUND_JSON_STRING_LENGTH 0x7fffffff | 
| char* grpc_json_dump_to_string | ( | grpc_json * | json, | 
| int | indent | ||
| ) | 
| grpc_json* grpc_json_parse_string | ( | char * | input | ) | 
| grpc_json* grpc_json_parse_string_with_len | ( | char * | input, | 
| size_t | size | ||
| ) | 
 1.8.6